From 3af052293ea5860796239e15799474d29f01014f Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Thu, 26 Jun 2003 13:53:20 +0000 Subject: Add all tests in dist --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 5f78688..904259a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -40,7 +40,7 @@ ISODATE := $(shell date +%Y-%m-%d) #----------------------------------------------------------------------- DIRT += $(shell find -name '*~') -DIRT += $(shell find -name '.#*') +DIRT += $(shell find -name '.\#*') SRC += COPYING AUTHORS TODO BUGS Makefile.in \ configure.ac config/install-sh \ @@ -90,7 +90,7 @@ PO := Makefile quilt.pot $(LINGUAS:%=%.po) SRC += $(PO:%=po/%) DIRT += po/*.mo -SRC += test/one.test test/run +SRC += $(wildcard test/*.test) test/run #----------------------------------------------------------------------- -- cgit