2013-07-05 09:37:04 +02:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
|
|
pkglib_LTLIBRARIES = \
|
|
|
|
libido.la
|
|
|
|
|
|
|
|
EXTRA_DIST = \
|
|
|
|
ido-type.conf
|
|
|
|
|
|
|
|
.conf.cpp: $(top_builddir)/tools/mkembedconfig/mkembedconfig.c
|
|
|
|
$(top_builddir)/tools/mkembedconfig/mkembedconfig $< $@
|
|
|
|
|
|
|
|
libido_la_SOURCES = \
|
2013-08-01 13:20:30 +02:00
|
|
|
commanddbobject.cpp \
|
|
|
|
commanddbobject.h \
|
2013-07-05 09:37:04 +02:00
|
|
|
dbconnection.cpp \
|
|
|
|
dbconnection.h \
|
|
|
|
dbobject.cpp \
|
|
|
|
dbobject.h \
|
2013-07-22 12:08:49 +02:00
|
|
|
dbquery.cpp \
|
|
|
|
dbquery.h \
|
2013-07-05 09:37:04 +02:00
|
|
|
dbreference.cpp \
|
|
|
|
dbreference.h \
|
|
|
|
dbtype.cpp \
|
|
|
|
dbtype.h \
|
2013-07-23 11:02:47 +02:00
|
|
|
dbvalue.cpp \
|
|
|
|
dbvalue.h \
|
2013-07-05 09:37:04 +02:00
|
|
|
hostdbobject.cpp \
|
|
|
|
hostdbobject.h \
|
2013-07-31 09:20:06 +02:00
|
|
|
hostgroupdbobject.cpp \
|
|
|
|
hostgroupdbobject.h \
|
2013-07-17 14:10:28 +02:00
|
|
|
ido-type.cpp \
|
|
|
|
servicedbobject.cpp \
|
2013-07-31 09:09:39 +02:00
|
|
|
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 \
|
2013-07-31 09:09:39 +02:00
|
|
|
userdbobject.cpp \
|
2013-07-31 09:17:54 +02:00
|
|
|
userdbobject.h \
|
|
|
|
usergroupdbobject.cpp \
|
|
|
|
usergroupdbobject.h
|
2013-07-05 09:37:04 +02:00
|
|
|
|
|
|
|
libido_la_CPPFLAGS = \
|
|
|
|
$(LTDLINCL) \
|
|
|
|
$(BOOST_CPPFLAGS) \
|
2013-07-16 10:40:55 +02:00
|
|
|
-I${top_srcdir}/lib
|
2013-07-05 09:37:04 +02:00
|
|
|
|
|
|
|
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/remoting/libremoting.la \
|
|
|
|
${top_builddir}/lib/icinga/libicinga.la
|