diff options
author | unknown <lenz@kallisto.local> | 2003-09-26 23:57:06 +0200 |
---|---|---|
committer | unknown <lenz@kallisto.local> | 2003-09-26 23:57:06 +0200 |
commit | f0cb432fd33dd67dd22504c5f740a475de518357 (patch) | |
tree | 77dea31d079b307ca7db4cd3843f36b1bac18275 /Makefile.am | |
parent | f755cb36d032307af4a8863dbd7321d5032bf118 (diff) | |
download | mariadb-git-f0cb432fd33dd67dd22504c5f740a475de518357.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@ \ |