diff options
author | lenz@mysql.com <> | 2002-12-23 14:36:40 +0100 |
---|---|---|
committer | lenz@mysql.com <> | 2002-12-23 14:36:40 +0100 |
commit | c0ed25283f29498f2cfd4dd3fa7cabd5558e5a4d (patch) | |
tree | 3bd92d59925233a3d96867614e50c49768219396 /Makefile.am | |
parent | 446b9c0768628143e0a52b66ede392823aa89b71 (diff) | |
download | mariadb-git-c0ed25283f29498f2cfd4dd3fa7cabd5558e5a4d.tar.gz |
- Applied various patches provided by Christian Hammers (MySQL maintainer
for the Debian project) to fix some architecture-specific problems
and some bugs
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 35db77c684e..8440077298e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,10 +21,10 @@ AUTOMAKE_OPTIONS = foreign # These are built from source in the Docs directory EXTRA_DIST = INSTALL-SOURCE README \ COPYING COPYING.LIB MIRRORS -SUBDIRS = include @docs_dirs@ @readline_dir@ \ +SUBDIRS = . include @docs_dirs@ @readline_dir@ \ @thread_dirs@ @sql_client_dirs@ \ @sql_server_dirs@ scripts tests man \ - @bench_dirs@ support-files os2 + @bench_dirs@ support-files os2 libmysql_r # Relink after clean CLEANFILES = linked_client_sources linked_server_sources linked_libmysql_sources linked_libmysql_r_sources linked_include_sources |