diff options
author | unknown <lenz@kallisto.local> | 2003-06-18 23:13:29 +0200 |
---|---|---|
committer | unknown <lenz@kallisto.local> | 2003-06-18 23:13:29 +0200 |
commit | 76a06a4742764e08409251590145891cbbc9d4d5 (patch) | |
tree | 6e8d990174d49bdb247fdef241a515b22d757043 /Makefile.am | |
parent | 1875eedb714955949a3dbcc8a93b70e9e1f44eee (diff) | |
download | mariadb-git-76a06a4742764e08409251590145891cbbc9d4d5.tar.gz |
- added sql-common subdirectory and sql_common.h to source distribution
Makefile.am:
- added sql-common directory to distribution
configure.in:
- minor fixes
- added sql-common/Makefile to AC_OUTPUT
include/Makefile.am:
- added sql_common.h to 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@ \ |