icinga2/lib/ido/Makefile.am

61 lines
1.2 KiB
Makefile
Raw Normal View History

## Process this file with automake to produce Makefile.in
pkglib_LTLIBRARIES = \
libido.la
2013-08-29 08:37:31 +02:00
CLEANFILES = \
2013-08-29 08:21:07 +02:00
ido-type.cpp
.conf.cpp: $(top_builddir)/tools/mkembedconfig/mkembedconfig
$(top_builddir)/tools/mkembedconfig/mkembedconfig $< $@
libido_la_SOURCES = \
2013-08-01 13:20:30 +02:00
commanddbobject.cpp \
commanddbobject.h \
dbconnection.cpp \
dbconnection.h \
dbobject.cpp \
dbobject.h \
dbquery.cpp \
dbquery.h \
dbreference.cpp \
dbreference.h \
dbtype.cpp \
dbtype.h \
2013-07-23 11:02:47 +02:00
dbvalue.cpp \
dbvalue.h \
hostdbobject.cpp \
hostdbobject.h \
2013-07-31 09:20:06 +02:00
hostgroupdbobject.cpp \
hostgroupdbobject.h \
2013-08-29 08:37:31 +02:00
ido-type.conf \
servicedbobject.cpp \
servicedbobject.h \
2013-07-31 09:22:25 +02:00
servicegroupdbobject.cpp \
servicegroupdbobject.h \
2013-07-31 09:14:58 +02:00
timeperioddbobject.cpp \
timeperioddbobject.h \
userdbobject.cpp \
2013-07-31 09:17:54 +02:00
userdbobject.h \
usergroupdbobject.cpp \
usergroupdbobject.h
libido_la_CPPFLAGS = \
$(LTDLINCL) \
$(BOOST_CPPFLAGS) \
-I${top_srcdir}/lib
libido_la_LDFLAGS = \
$(BOOST_LDFLAGS) \
-no-undefined \
@RELEASE_INFO@ \
@VERSION_INFO@
libido_la_LIBADD = \
$(BOOST_SIGNALS_LIB) \
$(BOOST_THREAD_LIB) \
$(BOOST_SYSTEM_LIB) \
${top_builddir}/lib/base/libbase.la \
${top_builddir}/lib/config/libconfig.la \
${top_builddir}/lib/icinga/libicinga.la