icinga2/components/delegation/Makefile.am

38 lines
837 B
Makefile

## Process this file with automake to produce Makefile.in
pkglib_LTLIBRARIES = \
libdelegation.la
EXTRA_DIST = \
delegation-type.conf
.conf.cpp: $(top_builddir)/tools/mkembedconfig.c
$(top_builddir)/tools/mkembedconfig $< $@
libdelegation_la_SOURCES = \
delegationcomponent.cpp \
delegationcomponent.h \
delegation-type.cpp \
i2-delegation.h
libdelegation_la_CPPFLAGS = \
$(BOOST_CPPFLAGS) \
-I${top_srcdir}/lib \
-I${top_srcdir}/components
libdelegation_la_LDFLAGS = \
$(BOOST_LDFLAGS) \
-module \
-no-undefined \
@RELEASE_INFO@ \
@VERSION_INFO@
libdelegation_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