diff options
| author | unknown <lenz@mysql.com> | 2003-01-23 16:41:26 +0100 |
|---|---|---|
| committer | unknown <lenz@mysql.com> | 2003-01-23 16:41:26 +0100 |
| commit | 6a0e42230e9d9d735099ee33575fd3ba294e6a89 (patch) | |
| tree | 080d735dd5950d2c81178a8833962d60c7863686 | |
| parent | ae197eefb33828759659a97ae999dc4d167d65bb (diff) | |
| download | mariadb-git-6a0e42230e9d9d735099ee33575fd3ba294e6a89.tar.gz | |
- reverted previous patch ("make distclean" tried to clean libmysql_rmysql-3.23.55
twice, if --enabable-thread-safe-client is enabled, which broke RPM
building)
Makefile.am:
- reverted previous patch and removed libmysql_r from SUBDIRS again
(it will automatically be added when --enable-thread-safe-client is
used)
| -rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 8440077298e..55fc54826f7 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 os2 libmysql_r + @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 |
