2012-04-01 09:31:03 +02:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
2012-04-01 09:48:52 +02:00
|
|
|
pkglib_LTLIBRARIES = \
|
|
|
|
libconfigrpccomponent.la
|
2012-04-01 09:31:03 +02:00
|
|
|
|
|
|
|
libconfigrpccomponent_la_SOURCES = \
|
|
|
|
configrpccomponent.cpp \
|
|
|
|
configrpccomponent.h \
|
|
|
|
i2-configrpccomponent.h
|
|
|
|
|
2012-04-01 09:48:52 +02:00
|
|
|
libconfigrpccomponent_la_CXXFLAGS = -I${top_srcdir}/base -I${top_srcdir}/jsonrpc -I${top_srcdir}/icinga
|
2012-04-01 15:20:13 +02:00
|
|
|
|
2012-04-03 11:13:17 +02:00
|
|
|
libconfigrpccomponent_la_LDFLAGS = -module -version-info 0:0:0 -no-undefined -pthread
|
2012-04-06 08:56:52 +02:00
|
|
|
libconfigrpccomponent_la_LIBADD = ${top_builddir}/base/libbase.la \
|
|
|
|
${top_builddir}/jsonrpc/libjsonrpc.la \
|
|
|
|
${top_builddir}/cJSON/libcJSON.la
|