mirror of https://github.com/Icinga/icinga2.git
parent
2e2012c913
commit
e93808a468
|
@ -3,21 +3,16 @@
|
|||
pkglib_LTLIBRARIES = \
|
||||
libchecker.la
|
||||
|
||||
EXTRA_DIST = \
|
||||
checker-type.conf
|
||||
|
||||
BUILT_SOURCES = \
|
||||
CLEANFILES = \
|
||||
checker-type.cpp
|
||||
|
||||
CLEANFILES = $(BUILT_SOURCES)
|
||||
|
||||
.conf.cpp: $(top_builddir)/tools/mkembedconfig/mkembedconfig
|
||||
$(top_builddir)/tools/mkembedconfig/mkembedconfig $< $@
|
||||
|
||||
libchecker_la_SOURCES = \
|
||||
checkercomponent.cpp \
|
||||
checkercomponent.h \
|
||||
checker-type.cpp
|
||||
checker-type.conf
|
||||
|
||||
libchecker_la_CPPFLAGS = \
|
||||
$(LTDLINCL) \
|
||||
|
|
|
@ -3,21 +3,16 @@
|
|||
pkglib_LTLIBRARIES = \
|
||||
libcluster.la
|
||||
|
||||
EXTRA_DIST = \
|
||||
cluster-type.conf
|
||||
|
||||
BUILT_SOURCES = \
|
||||
CLEANFILES = \
|
||||
cluster-type.cpp
|
||||
|
||||
CLEANFILES = $(BUILT_SOURCES)
|
||||
|
||||
.conf.cpp: $(top_builddir)/tools/mkembedconfig/mkembedconfig
|
||||
$(top_builddir)/tools/mkembedconfig/mkembedconfig $< $@
|
||||
|
||||
libcluster_la_SOURCES = \
|
||||
clustercomponent.cpp \
|
||||
clustercomponent.h \
|
||||
cluster-type.cpp \
|
||||
cluster-type.conf \
|
||||
endpoint.cpp \
|
||||
endpoint.h \
|
||||
jsonrpc.cpp \
|
||||
|
|
|
@ -3,14 +3,9 @@
|
|||
pkglib_LTLIBRARIES = \
|
||||
libcompat.la
|
||||
|
||||
EXTRA_DIST = \
|
||||
compat-type.conf
|
||||
|
||||
BUILT_SOURCES = \
|
||||
CLEANFILES = \
|
||||
compat-type.cpp
|
||||
|
||||
CLEANFILES = $(BUILT_SOURCES)
|
||||
|
||||
.conf.cpp: $(top_builddir)/tools/mkembedconfig/mkembedconfig
|
||||
$(top_builddir)/tools/mkembedconfig/mkembedconfig $< $@
|
||||
|
||||
|
@ -21,7 +16,7 @@ libcompat_la_SOURCES = \
|
|||
compatcomponent.h \
|
||||
compatlog.cpp \
|
||||
compatlog.h \
|
||||
compat-type.cpp
|
||||
compat-type.conf
|
||||
|
||||
libcompat_la_CPPFLAGS = \
|
||||
$(LTDLINCL) \
|
||||
|
|
|
@ -3,21 +3,16 @@
|
|||
pkglib_LTLIBRARIES = \
|
||||
libdemo.la
|
||||
|
||||
EXTRA_DIST = \
|
||||
demo-type.conf
|
||||
|
||||
BUILT_SOURCES = \
|
||||
CLEANFILES = \
|
||||
demo-type.cpp
|
||||
|
||||
CLEANFILES = $(BUILT_SOURCES)
|
||||
|
||||
.conf.cpp: $(top_builddir)/tools/mkembedconfig/mkembedconfig
|
||||
$(top_builddir)/tools/mkembedconfig/mkembedconfig $< $@
|
||||
|
||||
libdemo_la_SOURCES = \
|
||||
democomponent.cpp \
|
||||
democomponent.h \
|
||||
demo-type.cpp
|
||||
demo-type.conf
|
||||
|
||||
libdemo_la_CPPFLAGS = \
|
||||
$(LTDLINCL) \
|
||||
|
|
|
@ -4,19 +4,14 @@ if MYSQL_USE
|
|||
pkglib_LTLIBRARIES = \
|
||||
libido_mysql.la
|
||||
|
||||
EXTRA_DIST = \
|
||||
ido_mysql-type.conf
|
||||
|
||||
BUILT_SOURCES = \
|
||||
CLEANFILES = \
|
||||
ido_mysql-type.cpp
|
||||
|
||||
CLEANFILES = $(BUILT_SOURCES)
|
||||
|
||||
.conf.cpp: $(top_builddir)/tools/mkembedconfig/mkembedconfig
|
||||
$(top_builddir)/tools/mkembedconfig/mkembedconfig $< $@
|
||||
|
||||
libido_mysql_la_SOURCES = \
|
||||
ido_mysql-type.cpp \
|
||||
ido_mysql-type.conf \
|
||||
idomysqldbconnection.cpp \
|
||||
idomysqldbconnection.h
|
||||
|
||||
|
|
|
@ -3,14 +3,9 @@
|
|||
pkglib_LTLIBRARIES = \
|
||||
liblivestatus.la
|
||||
|
||||
EXTRA_DIST = \
|
||||
livestatus-type.conf
|
||||
|
||||
BUILT_SOURCES = \
|
||||
CLEANFILES = \
|
||||
livestatus-type.cpp
|
||||
|
||||
CLEANFILES = $(BUILT_SOURCES)
|
||||
|
||||
.conf.cpp: $(top_builddir)/tools/mkembedconfig/mkembedconfig
|
||||
$(top_builddir)/tools/mkembedconfig/mkembedconfig $< $@
|
||||
|
||||
|
@ -51,7 +46,7 @@ liblivestatus_la_SOURCES = \
|
|||
invavgaggregator.h \
|
||||
invsumaggregator.cpp \
|
||||
invsumaggregator.h \
|
||||
livestatus-type.cpp \
|
||||
livestatus-type.conf \
|
||||
logtable.cpp \
|
||||
logtable.h \
|
||||
maxaggregator.cpp \
|
||||
|
|
|
@ -3,21 +3,16 @@
|
|||
pkglib_LTLIBRARIES = \
|
||||
libnotification.la
|
||||
|
||||
EXTRA_DIST = \
|
||||
notification-type.conf
|
||||
|
||||
BUILT_SOURCES = \
|
||||
CLEANFILES = \
|
||||
notification-type.cpp
|
||||
|
||||
CLEANFILES = $(BUILT_SOURCES)
|
||||
|
||||
.conf.cpp: $(top_builddir)/tools/mkembedconfig/mkembedconfig
|
||||
$(top_builddir)/tools/mkembedconfig/mkembedconfig $< $@
|
||||
|
||||
libnotification_la_SOURCES = \
|
||||
notificationcomponent.cpp \
|
||||
notificationcomponent.h \
|
||||
notification-type.cpp
|
||||
notification-type.conf
|
||||
|
||||
libnotification_la_CPPFLAGS = \
|
||||
$(LTDLINCL) \
|
||||
|
|
|
@ -5,22 +5,18 @@ pkglib_LTLIBRARIES = \
|
|||
libconfig.la
|
||||
|
||||
BUILT_SOURCES = \
|
||||
config_parser.h \
|
||||
base-type.cpp
|
||||
config_parser.h
|
||||
|
||||
CLEANFILES = \
|
||||
base-type.cpp
|
||||
|
||||
AM_YFLAGS = -d
|
||||
|
||||
EXTRA_DIST = \
|
||||
base-type.conf
|
||||
|
||||
.conf.cpp: $(top_builddir)/tools/mkembedconfig/mkembedconfig
|
||||
$(top_builddir)/tools/mkembedconfig/mkembedconfig $< $@
|
||||
|
||||
libconfig_la_SOURCES = \
|
||||
base-type.cpp \
|
||||
base-type.conf \
|
||||
configcompiler.cpp \
|
||||
configcompiler.h \
|
||||
configcompilercontext.cpp \
|
||||
|
|
|
@ -4,14 +4,9 @@
|
|||
pkglib_LTLIBRARIES = \
|
||||
libicinga.la
|
||||
|
||||
EXTRA_DIST = \
|
||||
icinga-type.conf
|
||||
|
||||
BUILT_SOURCES = \
|
||||
CLEANFILES = \
|
||||
icinga-type.cpp
|
||||
|
||||
CLEANFILES = $(BUILT_SOURCES)
|
||||
|
||||
.conf.cpp: $(top_builddir)/tools/mkembedconfig/mkembedconfig
|
||||
$(top_builddir)/tools/mkembedconfig/mkembedconfig $< $@
|
||||
|
||||
|
@ -35,7 +30,7 @@ libicinga_la_SOURCES = \
|
|||
hostgroup.h \
|
||||
host.h \
|
||||
i2-icinga.h \
|
||||
icinga-type.cpp \
|
||||
icinga-type.conf \
|
||||
icingaapplication.cpp \
|
||||
icingaapplication.h \
|
||||
legacytimeperiod.cpp \
|
||||
|
|
|
@ -3,14 +3,9 @@
|
|||
pkglib_LTLIBRARIES = \
|
||||
libido.la
|
||||
|
||||
EXTRA_DIST = \
|
||||
ido-type.conf
|
||||
|
||||
BUILT_SOURCES = \
|
||||
CLEANFILES = \
|
||||
ido-type.cpp
|
||||
|
||||
CLEANFILES = $(BUILT_SOURCES)
|
||||
|
||||
.conf.cpp: $(top_builddir)/tools/mkembedconfig/mkembedconfig
|
||||
$(top_builddir)/tools/mkembedconfig/mkembedconfig $< $@
|
||||
|
||||
|
@ -33,7 +28,7 @@ libido_la_SOURCES = \
|
|||
hostdbobject.h \
|
||||
hostgroupdbobject.cpp \
|
||||
hostgroupdbobject.h \
|
||||
ido-type.cpp \
|
||||
ido-type.conf \
|
||||
servicedbobject.cpp \
|
||||
servicedbobject.h \
|
||||
servicegroupdbobject.cpp \
|
||||
|
|
Loading…
Reference in New Issue