diff options
author | lenz@mysql.com <> | 2002-05-17 12:01:04 +0200 |
---|---|---|
committer | lenz@mysql.com <> | 2002-05-17 12:01:04 +0200 |
commit | bff796ebdc69a44c44c5c14ebf77d33d681c3fda (patch) | |
tree | 7eee0e2f9f9290db46ab75c036a4d6d70e4bafc4 /Makefile.am | |
parent | b716c18192f3618a3b583f3b69cc50da06e5d5fb (diff) | |
download | mariadb-git-bff796ebdc69a44c44c5c14ebf77d33d681c3fda.tar.gz |
Added os2 source directory to source distribution
(thanks to Yuri Dario <mc6530@mclink.it> for pointing this out)
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 |