2013-02-07 21:08:16 +01:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
|
|
pkglib_LTLIBRARIES = \
|
2013-03-12 13:45:54 +01:00
|
|
|
libnotification.la
|
2013-02-07 21:08:16 +01:00
|
|
|
|
2013-03-12 13:45:54 +01:00
|
|
|
EXTRA_DIST = \
|
|
|
|
notification-type.conf
|
|
|
|
|
2013-03-15 13:35:39 +01:00
|
|
|
.conf.cpp: $(top_builddir)/tools/mkembedconfig.c
|
2013-03-12 13:45:54 +01:00
|
|
|
$(top_builddir)/tools/mkembedconfig $< $@
|
|
|
|
|
|
|
|
libnotification_la_SOURCES = \
|
2013-02-07 21:08:16 +01:00
|
|
|
notificationcomponent.cpp \
|
|
|
|
notificationcomponent.h \
|
2013-03-12 13:45:54 +01:00
|
|
|
notification-type.cpp \
|
2013-02-07 21:08:16 +01:00
|
|
|
i2-notification.h
|
|
|
|
|
2013-03-12 13:45:54 +01:00
|
|
|
libnotification_la_CPPFLAGS = \
|
2013-02-07 21:08:16 +01:00
|
|
|
$(BOOST_CPPFLAGS) \
|
2013-03-16 21:18:53 +01:00
|
|
|
-I${top_srcdir}/lib \
|
|
|
|
-I${top_srcdir}/components
|
2013-02-07 21:08:16 +01:00
|
|
|
|
2013-03-12 13:45:54 +01:00
|
|
|
libnotification_la_LDFLAGS = \
|
2013-02-07 21:08:16 +01:00
|
|
|
$(BOOST_LDFLAGS) \
|
|
|
|
-module \
|
|
|
|
-no-undefined \
|
|
|
|
@RELEASE_INFO@ \
|
|
|
|
@VERSION_INFO@
|
|
|
|
|
2013-03-12 13:45:54 +01:00
|
|
|
libnotification_la_LIBADD = \
|
2013-02-07 21:08:16 +01:00
|
|
|
$(BOOST_SIGNALS_LIB) \
|
|
|
|
$(BOOST_THREAD_LIB) \
|
2013-03-14 15:14:07 +01:00
|
|
|
$(BOOST_SYSTEM_LIB) \
|
2013-02-07 21:08:16 +01:00
|
|
|
${top_builddir}/lib/base/libbase.la \
|
|
|
|
${top_builddir}/lib/config/libconfig.la \
|
|
|
|
${top_builddir}/lib/remoting/libremoting.la \
|
|
|
|
${top_builddir}/lib/icinga/libicinga.la
|