icinga2/configfilecomponent/Makefile.am

18 lines
507 B
Makefile
Raw Normal View History

2012-04-01 09:31:03 +02:00
## Process this file with automake to produce Makefile.in
pkglib_LTLIBRARIES = \
2012-04-13 11:32:19 +02:00
configfilecomponent.la
2012-04-01 09:31:03 +02:00
2012-04-13 11:32:19 +02:00
configfilecomponent_la_SOURCES = \
2012-04-01 09:31:03 +02:00
configfilecomponent.cpp \
configfilecomponent.h \
i2-configfilecomponent.h
2012-04-13 11:32:19 +02:00
configfilecomponent_la_CXXFLAGS = -I${top_srcdir}/base \
2012-04-06 09:10:22 +02:00
-I${top_srcdir}/jsonrpc \
-I${top_srcdir}/cJSON
2012-04-13 11:32:19 +02:00
configfilecomponent_la_LDFLAGS = -module -version-info 0:0:0 -no-undefined
configfilecomponent_la_LIBADD = ${top_builddir}/base/libbase.la \
${top_builddir}/cJSON/libcJSON.la