## Process this file with automake to produce Makefile.in TESTS = \ base-dictionary check_PROGRAMS = \ base-dictionary base_dictionary_SOURCES = \ base-dictionary.cpp base_dictionary_CPPFLAGS = \ $(BOOST_CPPFLAGS) \ -I${top_srcdir}/lib/base \ -I${top_srcdir}/lib/icinga \ -I${top_srcdir} base_dictionary_LDADD = \ $(BOOST_LDFLAGS) \ $(BOOST_UNIT_TEST_FRAMEWORK_LIB) \ ${top_builddir}/lib/base/libbase.la \ ${top_builddir}/lib/icinga/libicinga.la