icinga2/test/Makefile.am

21 lines
381 B
Makefile
Raw Normal View History

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
base_dictionary_CXXFLAGS = \
$(BOOST_CPPFLAGS) \
-I${top_srcdir}/base \
-I${top_srcdir}
base_dictionary_LDADD = \
$(BOOST_LDFLAGS) \
$(BOOST_UNIT_TEST_FRAMEWORK_LIB) \
${top_builddir}/base/libbase.la