]> granicus.if.org Git - icinga2/commitdiff
*NIX build fix.
authorGunnar Beutner <gunnar.beutner@netways.de>
Sun, 10 Mar 2013 21:55:57 +0000 (22:55 +0100)
committerGunnar Beutner <gunnar.beutner@netways.de>
Sun, 10 Mar 2013 21:55:57 +0000 (22:55 +0100)
components/livestatus/Makefile.am

index a2c7bee4953f926716b2b3eb8329abdbe4d1bc92..c8917c11cd406cec036a5fdb8754aff24c0148d7 100644 (file)
@@ -4,12 +4,16 @@ pkglib_LTLIBRARIES = \
        livestatus.la
 
 livestatus_la_SOURCES = \
+       attributefilter.cpp \
+       attributefilter.h \
        andfilter.cpp \
        andfilter.h \
        column.cpp \
        column.h \
        combinerfilter.cpp \
        combinerfilter.h \
+       commentstable.cpp \
+       commentstable.h \
        component.cpp \
        component.h \
        connection.cpp \
@@ -18,14 +22,20 @@ livestatus_la_SOURCES = \
        contactgroupstable.h \
        contactstable.cpp \
        contactstable.h \
+       downtimestable.cpp \
+       downtimestable.h \
        filter.cpp \
        filter.h \
+       hoststable.cpp \
+       hoststable.h \
        negatefilter.cpp \
        negatefilter.h \
        orfilter.cpp \
        orfilter.h \
        query.cpp \
        query.h \
+       servicestable.cpp \
+       servicestable.h \
        statustable.cpp \
        statustable.h \
        table.cpp \