2012-04-13 13:10:35 +02:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
2012-05-09 12:10:07 +02:00
|
|
|
pkglib_LTLIBRARIES = \
|
2012-04-13 13:10:35 +02:00
|
|
|
configfile.la
|
|
|
|
|
2012-05-09 12:10:07 +02:00
|
|
|
configfile_la_SOURCES = \
|
2012-04-13 13:16:54 +02:00
|
|
|
configfilecomponent.cpp \
|
|
|
|
configfilecomponent.h \
|
2012-04-13 13:10:35 +02:00
|
|
|
i2-configfile.h
|
|
|
|
|
2012-05-09 12:10:07 +02:00
|
|
|
configfile_la_CXXFLAGS = \
|
|
|
|
-I${top_srcdir}/base \
|
2012-05-18 22:53:35 +02:00
|
|
|
-I${top_srcdir}/icinga \
|
2012-04-13 13:10:35 +02:00
|
|
|
-I${top_srcdir}/jsonrpc \
|
|
|
|
-I${top_srcdir}/cJSON
|
|
|
|
|
2012-05-09 12:10:07 +02:00
|
|
|
configfile_la_LDFLAGS = \
|
|
|
|
-module \
|
|
|
|
-no-undefined \
|
|
|
|
-version-info 0:0:0
|
|
|
|
|
|
|
|
configfile_la_LIBADD = \
|
|
|
|
$(top_builddir)/base/libbase.la \
|
2012-05-18 22:53:35 +02:00
|
|
|
$(top_builddir)/icinga/libicinga.la \
|
2012-05-09 12:10:07 +02:00
|
|
|
$(top_builddir)/cJSON/libcJSON.la
|