icinga2/components/notification/Makefile.am

37 lines
830 B
Makefile
Raw Normal View History

## Process this file with automake to produce Makefile.in
pkglib_LTLIBRARIES = \
libnotification.la
2013-08-29 08:37:31 +02:00
CLEANFILES = \
2013-08-29 08:21:07 +02:00
notification-type.cpp
.conf.cpp: $(top_builddir)/tools/mkembedconfig/mkembedconfig
$(top_builddir)/tools/mkembedconfig/mkembedconfig $< $@
libnotification_la_SOURCES = \
notificationcomponent.cpp \
notificationcomponent.h \
2013-08-29 08:37:31 +02:00
notification-type.conf
libnotification_la_CPPFLAGS = \
2013-07-02 16:56:01 +02:00
$(LTDLINCL) \
$(BOOST_CPPFLAGS) \
2013-03-16 21:18:53 +01:00
-I${top_srcdir}/lib \
-I${top_srcdir}/components
libnotification_la_LDFLAGS = \
$(BOOST_LDFLAGS) \
-module \
-no-undefined \
@RELEASE_INFO@ \
@VERSION_INFO@
libnotification_la_LIBADD = \
$(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 \
${top_builddir}/lib/icinga/libicinga.la