diff options
author | MySQL Build Team <build@mysql.com> | 2009-11-13 23:07:41 +0100 |
---|---|---|
committer | MySQL Build Team <build@mysql.com> | 2009-11-13 23:07:41 +0100 |
commit | 9cdfff3135da6a62db71dc1e6c8dcf47e7f3a6ee (patch) | |
tree | 2f096af28967da50b884b20b9588de91d874a143 /storage | |
parent | f67ad80280407fb457dd1e5fc953b306e726ef4f (diff) | |
download | mariadb-git-9cdfff3135da6a62db71dc1e6c8dcf47e7f3a6ee.tar.gz |
Add missing cleanup, needed for "make distcheck" to succeed.
Diffstat (limited to 'storage')
-rw-r--r-- | storage/archive/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/archive/Makefile.am b/storage/archive/Makefile.am index 871acd673d1..bb88ff2e8d1 100644 --- a/storage/archive/Makefile.am +++ b/storage/archive/Makefile.am @@ -77,7 +77,7 @@ libarchive_a_DEPENDENCIES = probes_mysql.o dtrace_files dtrace_providers ha_archive_la_LIBADD = probes_sh_mysql.o ha_archive_la_DEPENDENCIES = probes_sh_mysql.o dtrace_shared_files dtrace_providers -CLEANFILES = $(DTRACEPROVIDER) dtrace_files dtrace_providers dtrace_shared_files +CLEANFILES = $(DTRACEPROVIDER) dtrace_files dtrace_providers dtrace_shared_files dtrace_sources DTRACEFILES = libarchive_a-ha_archive.o DTRACESHAREDFILES = .libs/ha_archive_la-ha_archive.o # Hack: We "depend" on ".libs/" but have no rule for it, |