2012-04-30 15:30:45 +02:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
|
|
pkglib_LTLIBRARIES = \
|
|
|
|
discovery.la
|
|
|
|
|
|
|
|
discovery_la_SOURCES = \
|
|
|
|
discoverycomponent.cpp \
|
|
|
|
discoverycomponent.h \
|
|
|
|
discoverymessage.cpp \
|
|
|
|
discoverymessage.h \
|
|
|
|
i2-discovery.h
|
|
|
|
|
2012-05-29 11:38:51 +02:00
|
|
|
discovery_la_CPPFLAGS = \
|
2012-05-25 22:04:03 +02:00
|
|
|
$(BOOST_CPPFLAGS) \
|
|
|
|
-I${top_srcdir}/base \
|
2012-04-30 15:30:45 +02:00
|
|
|
-I${top_srcdir}/jsonrpc \
|
|
|
|
-I${top_srcdir}/icinga
|
|
|
|
|
2012-05-25 22:04:03 +02:00
|
|
|
discovery_la_LDFLAGS = \
|
2012-05-29 16:24:55 +02:00
|
|
|
$(BOOST_LDFLAGS) \
|
2012-05-25 22:04:03 +02:00
|
|
|
-module \
|
2012-05-27 13:35:55 +02:00
|
|
|
-no-undefined \
|
2012-05-27 19:45:40 +02:00
|
|
|
@RELEASE_INFO@ \
|
|
|
|
@VERSION_INFO@
|
2012-05-25 22:04:03 +02:00
|
|
|
|
|
|
|
discovery_la_LIBADD = \
|
|
|
|
${top_builddir}/base/libbase.la \
|
2012-04-30 15:30:45 +02:00
|
|
|
${top_builddir}/jsonrpc/libjsonrpc.la \
|
|
|
|
${top_builddir}/icinga/libicinga.la
|