*NIX build fix.

This commit is contained in:
Gunnar Beutner 2013-03-10 22:55:57 +01:00
parent 7274d4680e
commit f34778eb86

View File

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