diff options
author | kent@mysql.com/g4-2.local <> | 2006-08-21 15:34:29 +0200 |
---|---|---|
committer | kent@mysql.com/g4-2.local <> | 2006-08-21 15:34:29 +0200 |
commit | b329f2c3ef142c460333e914062b14f3aa2a3e64 (patch) | |
tree | 9554c10f238f87034491a1fe7453d15083e9e138 /Makefile.am | |
parent | 56443ae20122579ae6eeceb98e5bf3bd2a57a3e3 (diff) | |
download | mariadb-git-b329f2c3ef142c460333e914062b14f3aa2a3e64.tar.gz |
Many files:
Deleted config/ac-macros/ha_berkeley.m4
Removed more referenses to bdb
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am index 8a575b3c365..4adc06acad7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -39,11 +39,7 @@ BUILT_SOURCES = linked_client_sources linked_server_sources \ @linked_libmysqld_targets@ \ linked_include_sources @linked_netware_sources@ -# The db.h file is a bit special, see note in "configure.in". -# In the case we didn't compile with bdb, a dummy file is put -# there, but will not be removed by the bdb make file becuase -# it will never be called. -CLEANFILES = $(BUILT_SOURCES) bdb/build_unix/db.h +CLEANFILES = $(BUILT_SOURCES) DISTCLEANFILES = ac_available_languages_fragment linked_include_sources: |