From c96a4e7349361d0a5a01676d95517fccc8269302 Mon Sep 17 00:00:00 2001 From: "lenz@mysql.com" <> Date: Mon, 3 Feb 2003 11:32:29 +0100 Subject: - added missing files/directories from bdb and libedit to source distribution - make sure to not included BK's "SCCS" directories in source distribution --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 087052a309e..d97b28bf07d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -75,6 +75,10 @@ init-db: all bin-dist: all $(top_builddir)/scripts/make_binary_distribution +# Remove BK's "SCCS" subdirectories from source distribution +dist-hook: + rm -rf `find $(distdir) -type d -name SCCS` + tags: support-files/build-tags .PHONY: init-db bin-dist -- cgit v1.2.1