diff options
author | lenz@kallisto.local <> | 2003-06-18 23:13:29 +0200 |
---|---|---|
committer | lenz@kallisto.local <> | 2003-06-18 23:13:29 +0200 |
commit | a7f584da794e6073c4268f4a4b18c4244a0a1aa0 (patch) | |
tree | 6e8d990174d49bdb247fdef241a515b22d757043 /Makefile.am | |
parent | 67779aff2c2270f4e40f6f8491105690a75f0178 (diff) | |
download | mariadb-git-a7f584da794e6073c4268f4a4b18c4244a0a1aa0.tar.gz |
- added sql-common subdirectory and sql_common.h to source distribution
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 1fcf498a84b..ffebf891795 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,7 +22,7 @@ AUTOMAKE_OPTIONS = foreign EXTRA_DIST = INSTALL-SOURCE README \ COPYING COPYING.LIB SUBDIRS = . include @docs_dirs@ \ - @readline_topdir@ \ + @readline_topdir@ sql-common \ @thread_dirs@ pstack @sql_client_dirs@ \ @sql_server_dirs@ scripts man tests \ BUILD @netware_dir@ os2 @libmysqld_dirs@ \ |