icinga2/components/delegation/Makefile.am

38 lines
861 B
Makefile
Raw Normal View History

2012-06-14 13:21:40 +02:00
## Process this file with automake to produce Makefile.in
pkglib_LTLIBRARIES = \
libdelegation.la
2012-06-14 13:21:40 +02:00
EXTRA_DIST = \
delegation-type.conf
.conf.cpp: $(top_builddir)/tools/mkembedconfig/mkembedconfig.c
$(top_builddir)/tools/mkembedconfig/mkembedconfig $< $@
libdelegation_la_SOURCES = \
2012-06-14 13:21:40 +02:00
delegationcomponent.cpp \
delegationcomponent.h \
2013-04-19 13:17:17 +02:00
delegation-type.cpp
2012-06-14 13:21:40 +02:00
libdelegation_la_CPPFLAGS = \
2013-07-02 16:56:01 +02:00
$(LTDLINCL) \
2012-06-14 13:21:40 +02:00
$(BOOST_CPPFLAGS) \
2013-03-16 21:18:53 +01:00
-I${top_srcdir}/lib \
-I${top_srcdir}/components
2012-06-14 13:21:40 +02:00
libdelegation_la_LDFLAGS = \
2012-06-14 13:21:40 +02:00
$(BOOST_LDFLAGS) \
-module \
-no-undefined \
@RELEASE_INFO@ \
@VERSION_INFO@
libdelegation_la_LIBADD = \
2012-07-03 10:00:44 +02:00
$(BOOST_SIGNALS_LIB) \
$(BOOST_THREAD_LIB) \
2013-03-14 15:14:07 +01:00
$(BOOST_SYSTEM_LIB) \
${top_builddir}/lib/base/libbase.la \
${top_builddir}/lib/config/libconfig.la \
2012-09-10 14:07:32 +02:00
${top_builddir}/lib/remoting/libremoting.la \
${top_builddir}/lib/icinga/libicinga.la