Browse Source

[2349] forgot to remove a line from makefile as well

Jelte Jansen 12 years ago
parent
commit
6920774dd6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/testutils/Makefile.am

+ 1 - 1
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)