summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMySQL Build Team <build@mysql.com>2009-11-13 23:07:41 +0100
committerMySQL Build Team <build@mysql.com>2009-11-13 23:07:41 +0100
commit3ae5a3034a4444ae43128be9ad976909dcc3e5a5 (patch)
tree2f096af28967da50b884b20b9588de91d874a143
parenta85bebb3c4608b4133d5b78f3eef895f839f10d6 (diff)
downloadmariadb-git-3ae5a3034a4444ae43128be9ad976909dcc3e5a5.tar.gz
Add missing cleanup, needed for "make distcheck" to succeed.
-rw-r--r--storage/archive/Makefile.am2
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,