From: Gunnar Beutner Date: Sun, 10 Mar 2013 16:57:49 +0000 (+0100) Subject: Add missing files in Makefile.am. X-Git-Tag: v0.0.2~291 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6c7af283c0f8f2fc138f707e11a9e914327ca350;p=icinga2 Add missing files in Makefile.am. --- diff --git a/components/livestatus/Makefile.am b/components/livestatus/Makefile.am index 8698289a7..97b7acb11 100644 --- a/components/livestatus/Makefile.am +++ b/components/livestatus/Makefile.am @@ -12,10 +12,14 @@ livestatus_la_SOURCES = \ component.h \ connection.cpp \ connection.h \ + contactgroupstable.cpp \ + contactgroupstable.h \ + contactstable.cpp \ + contactstable.h \ filter.cpp \ filter.h \ negatefilter.cpp \ - negastefilter.h \ + negatefilter.h \ orfilter.cpp \ orfilter.h \ query.cpp \