From 492ecc54f00f73396f3a25bdb5772b87c26cc17a Mon Sep 17 00:00:00 2001 From: "lenz@kallisto.local" <> Date: Fri, 26 Sep 2003 23:57:06 +0200 Subject: [PATCH] - added missing zlib subdirectory to the source distribution (crc32.c is included by mysys/my_crc32.c) --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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@ \