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

index d16f21da327f301932556aee4ec4ac08c275bd4e..8698289a7c3b42d79ac47a553b6f5acb7617121f 100644 (file)
@@ -6,12 +6,16 @@ pkglib_LTLIBRARIES = \
 livestatus_la_SOURCES = \
        andfilter.cpp \
        andfilter.h \
+       combinerfilter.cpp \
+       combinerfilter.h \
        component.cpp \
        component.h \
        connection.cpp \
        connection.h \
        filter.cpp \
        filter.h \
+       negatefilter.cpp \
+       negastefilter.h \
        orfilter.cpp \
        orfilter.h \
        query.cpp \
index 8e372cde22220a43b7badce699f9212d7eb9f45b..96f89ce7d7ae1a25b307d16215368ac355594f33 100644 (file)
@@ -23,7 +23,7 @@ using namespace icinga;
 using namespace livestatus;
 
 Query::Query(const vector<String>& lines)
-       : m_OutputFormat("csv"), m_KeepAlive(false), m_ColumnHeaders(true), m_Limit(-1)
+       : m_KeepAlive(false), m_OutputFormat("csv"), m_ColumnHeaders(true), m_Limit(-1)
 {
        String line = lines[0];