diff options
author | unknown <lenz@mysql.com> | 2003-02-03 11:32:29 +0100 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2003-02-03 11:32:29 +0100 |
commit | a598cfbfc3686dce4c62ed0d9bc49a97b0cc3b95 (patch) | |
tree | 222d2e5fc6f28bcc4928ad115241fdf9f25551cc /Makefile.am | |
parent | b58dd39b9923cfe0bb30cdc3d1c533ea1976c278 (diff) | |
download | mariadb-git-a598cfbfc3686dce4c62ed0d9bc49a97b0cc3b95.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
Makefile.am:
- make sure to not include BKs "SCCS" directories in the source distribution
bdb/Makefile.in:
- added missing subdirectories to source distribution
cmd-line-utils/libedit/Makefile.am:
- added missing files to 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 |