From: Jelte Jansen Date: Mon, 15 Oct 2012 15:22:05 +0000 (+0200) Subject: [2349] forgot to remove a line from makefile as well X-Git-Tag: trac2402_base~17^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6920774dd67be1221c379e9d5161f0cc932fbd73;p=thirdparty%2Fkea.git [2349] forgot to remove a line from makefile as well --- diff --git a/src/lib/testutils/Makefile.am b/src/lib/testutils/Makefile.am index dc275b047b..2281b6d700 100644 --- a/src/lib/testutils/Makefile.am +++ b/src/lib/testutils/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = . testdata valgrind +SUBDIRS = . testdata AM_CPPFLAGS = -I$(top_srcdir)/src/lib -I$(top_builddir)/src/lib AM_CPPFLAGS += $(BOOST_INCLUDES)