2012-04-13 13:10:35 +02:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
|
|
pkglib_LTLIBRARIES = \
|
|
|
|
configfile.la
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
configfile_la_CXXFLAGS = -I${top_srcdir}/base \
|
|
|
|
-I${top_srcdir}/jsonrpc \
|
|
|
|
-I${top_srcdir}/cJSON
|
|
|
|
|
|
|
|
configfile_la_LDFLAGS = -module -version-info 0:0:0 -no-undefined
|
|
|
|
configfile_la_LIBADD = ${top_builddir}/base/libbase.la \
|
|
|
|
${top_builddir}/cJSON/libcJSON.la
|