diff options
author | unknown <lenz@mysql.com> | 2002-05-17 12:01:04 +0200 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2002-05-17 12:01:04 +0200 |
commit | ce6ea95cfec6ad06005ab29441ccf5bff2a6e111 (patch) | |
tree | 7eee0e2f9f9290db46ab75c036a4d6d70e4bafc4 /Makefile.am | |
parent | 8a32ef1cf9e3d92230416b882b697aeb8867278c (diff) | |
download | mariadb-git-ce6ea95cfec6ad06005ab29441ccf5bff2a6e111.tar.gz |
Added os2 source directory to source distribution
(thanks to Yuri Dario <mc6530@mclink.it> for pointing this out)
Makefile.am:
Added OS/2 subdirectory to source distribution
configure.in:
Added OS/2 subdirectory 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 ac65dcda820..35db77c684e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,7 +24,7 @@ EXTRA_DIST = INSTALL-SOURCE README \ SUBDIRS = include @docs_dirs@ @readline_dir@ \ @thread_dirs@ @sql_client_dirs@ \ @sql_server_dirs@ scripts tests man \ - @bench_dirs@ support-files + @bench_dirs@ support-files os2 # Relink after clean CLEANFILES = linked_client_sources linked_server_sources linked_libmysql_sources linked_libmysql_r_sources linked_include_sources |