mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-26 07:04:37 +02:00
*NIX build fix.
This commit is contained in:
parent
7274d4680e
commit
f34778eb86
@ -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 \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user