2012-05-28 11:53:51 +02:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
|
|
TESTS = \
|
|
|
|
base-dictionary
|
|
|
|
|
|
|
|
check_PROGRAMS = \
|
|
|
|
base-dictionary
|
|
|
|
|
|
|
|
base_dictionary_SOURCES = \
|
|
|
|
base-dictionary.cpp
|
|
|
|
|
2012-05-29 11:38:51 +02:00
|
|
|
base_dictionary_CPPFLAGS = \
|
2012-05-28 11:53:51 +02:00
|
|
|
$(BOOST_CPPFLAGS) \
|
2012-09-14 11:41:15 +02:00
|
|
|
-I${top_srcdir}/lib/base \
|
|
|
|
-I${top_srcdir}/lib/icinga \
|
2012-05-28 11:53:51 +02:00
|
|
|
-I${top_srcdir}
|
|
|
|
|
|
|
|
base_dictionary_LDADD = \
|
|
|
|
$(BOOST_LDFLAGS) \
|
|
|
|
$(BOOST_UNIT_TEST_FRAMEWORK_LIB) \
|
2012-09-14 11:41:15 +02:00
|
|
|
${top_builddir}/lib/base/libbase.la \
|
|
|
|
${top_builddir}/lib/icinga/libicinga.la
|