icinga2/test/Makefile.am

25 lines
514 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
2012-05-29 11:38:51 +02:00
base_dictionary_CPPFLAGS = \
2012-05-28 11:53:51 +02:00
$(BOOST_CPPFLAGS) \
-I${top_srcdir}/base \
2012-05-29 11:38:51 +02:00
-I${top_srcdir}/jsonrpc \
-I${top_srcdir}/icinga \
2012-05-28 11:53:51 +02:00
-I${top_srcdir}
base_dictionary_LDADD = \
$(BOOST_LDFLAGS) \
$(BOOST_UNIT_TEST_FRAMEWORK_LIB) \
2012-05-29 11:38:51 +02:00
${top_builddir}/base/libbase.la \
${top_builddir}/jsonrpc/libjsonrpc.la \
${top_builddir}/icinga/libicinga.la