From 88c859aeafcc3bb452a5da2a084dbaaebc0139f3 Mon Sep 17 00:00:00 2001 From: Jason Conti Date: Wed, 18 May 2011 16:38:49 -0400 Subject: Have to add the test directory back to Makefile.am or the tarball from make dist fails to configure. (could also have removed the test makefile from configure.ac, but this seemed better) --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index d8ab098..5667986 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,8 @@ SUBDIRS = \ src \ data \ - po + po \ + tests DISTCHECK_CONFIGURE_FLAGS = --enable-localinstall -- cgit v1.2.3