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-29 11:38:51 +02:00
|
|
|
configfile_la_CPPFLAGS = \
|
2012-05-25 22:04:03 +02:00
|
|
|
$(BOOST_CPPFLAGS) \
|
2012-05-09 12:10:07 +02:00
|
|
|
-I${top_srcdir}/base \
|
2012-06-12 09:36:18 +02:00
|
|
|
-I${top_srcdir}/dyn
|
2012-04-13 13:10:35 +02:00
|
|
|
|
2012-05-09 12:10:07 +02:00
|
|
|
configfile_la_LDFLAGS = \
|
2012-05-29 16:24:55 +02:00
|
|
|
$(BOOST_LDFLAGS) \
|
2012-05-09 12:10:07 +02:00
|
|
|
-module \
|
|
|
|
-no-undefined \
|
2012-05-27 19:45:40 +02:00
|
|
|
@RELEASE_INFO@ \
|
|
|
|
@VERSION_INFO@
|
2012-05-09 12:10:07 +02:00
|
|
|
|
|
|
|
configfile_la_LIBADD = \
|
|
|
|
$(top_builddir)/base/libbase.la \
|
2012-06-12 09:36:18 +02:00
|
|
|
$(top_builddir)/dyn/libdyn.la
|