diff options
author | lenz@kallisto.local <> | 2003-09-26 23:57:06 +0200 |
---|---|---|
committer | lenz@kallisto.local <> | 2003-09-26 23:57:06 +0200 |
commit | 492ecc54f00f73396f3a25bdb5772b87c26cc17a (patch) | |
tree | 77dea31d079b307ca7db4cd3843f36b1bac18275 /Makefile.am | |
parent | 4fedb81eda5bd507d55d2c0c368890040bc4bc75 (diff) | |
download | mariadb-git-492ecc54f00f73396f3a25bdb5772b87c26cc17a.tar.gz |
- added missing zlib subdirectory to the source distribution
(crc32.c is included by mysys/my_crc32.c)
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index ffebf891795..56e5b78ea90 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,7 +20,7 @@ AUTOMAKE_OPTIONS = foreign # These are built from source in the Docs directory EXTRA_DIST = INSTALL-SOURCE README \ - COPYING COPYING.LIB + COPYING COPYING.LIB zlib SUBDIRS = . include @docs_dirs@ \ @readline_topdir@ sql-common \ @thread_dirs@ pstack @sql_client_dirs@ \ |