]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[4029] Cleaned up cfgrpt/tests/Makefile.am
authorFrancis Dupont <fdupont@isc.org>
Tue, 1 Sep 2015 16:12:53 +0000 (18:12 +0200)
committerFrancis Dupont <fdupont@isc.org>
Tue, 1 Sep 2015 16:12:53 +0000 (18:12 +0200)
src/lib/cfgrpt/tests/Makefile.am

index a6be7a28458b601421bcc67a384cc89b204e7ff5..df3bc191ccc251d1bcd3a72ad49a52da94be86fe 100644 (file)
@@ -1,9 +1,6 @@
 SUBDIRS = .
 
 AM_CPPFLAGS = -I$(top_builddir)/src/lib -I$(top_srcdir)/src/lib
-AM_CPPFLAGS += $(BOOST_INCLUDES)
-AM_CPPFLAGS += -DTEST_DATA_DIR=\"$(abs_top_srcdir)/src/lib/testutils/testdata\"
-AM_CPPFLAGS += -DTEST_DATA_BUILDDIR=\"$(abs_top_builddir)/src/lib/config/tests\"
 
 AM_CXXFLAGS = $(KEA_CXXFLAGS)