From 6164a2e5f4ce528d902c8b55d4779204e91269ab Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Sat, 5 Apr 2003 20:03:58 +0000 Subject: 2003-04-05 Havoc Pennington * test/Makefile.am (dist-hook): also dist *.in files * NEWS: update * configure.in: 0.7 --- test/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/Makefile.am b/test/Makefile.am index ddbe69c4..95d87308 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -89,7 +89,7 @@ dist-hook: for D in $(TESTDIRS); do \ test -d $(distdir)/$$D || mkdir $(distdir)/$$D || exit 1 ; \ done ; \ - FILES=`$(FIND_TESTS)` ; \ + FILES=`$(FIND_TESTS) -o -name "*.in"` ; \ for F in $$FILES; do \ echo '-- Disting file '$$F ; \ cp $$F $(distdir)/$$F || exit 1 ; \ -- cgit