From 53b9fa4233cda4de778cde6e5219fb5cb08cc5a9 Mon Sep 17 00:00:00 2001 From: sam Date: Fri, 22 Sep 2006 17:11:01 +0000 Subject: [PATCH] * Fixed distclean rule by removing old directory names from DISTDIRS. git-svn-id: file:///srv/caca.zoy.org/var/lib/svn/ttyvaders/trunk@1085 92316355-f0b4-4df1-b90c-862c8a59935f --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 55ec599..5763bb6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,7 +3,7 @@ ############################################################################### SUBDIRS = src -DIST_SUBDIRS = $(SUBDIRS) autotools data debian +DIST_SUBDIRS = $(SUBDIRS) data EXTRA_DIST = BUGS doc/shapes.txt bootstrap AUTOMAKE_OPTIONS = foreign dist-bzip2