diff options
author | lenz@mysql.com <> | 2003-02-03 11:32:29 +0100 |
---|---|---|
committer | lenz@mysql.com <> | 2003-02-03 11:32:29 +0100 |
commit | c96a4e7349361d0a5a01676d95517fccc8269302 (patch) | |
tree | 222d2e5fc6f28bcc4928ad115241fdf9f25551cc /Makefile.am | |
parent | 0aaab85f70b9724aca8ed6a2ff756501f30ff5bd (diff) | |
download | mariadb-git-c96a4e7349361d0a5a01676d95517fccc8269302.tar.gz |
- added missing files/directories from bdb and libedit to source distribution
- make sure to not included BK's "SCCS" directories in source distribution
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
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 |