summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMC Brown <mc.brown@sun.com>2009-04-03 14:52:59 +0100
committerMC Brown <mc.brown@sun.com>2009-04-03 14:52:59 +0100
commitc4a1d506aeae29dca410e39673828dfd751bdf70 (patch)
tree214105048461f38bd1d15d2c60da958405cb4fd4
parentfc4dd54437ac4d7225afeca71994360829f26a9d (diff)
downloadmariadb-git-c4a1d506aeae29dca410e39673828dfd751bdf70.tar.gz
Ensuring the the right files are deleted during a cleanupclone-5.4.0-build
-rw-r--r--include/Makefile.am7
1 files changed, 3 insertions, 4 deletions
diff --git a/include/Makefile.am b/include/Makefile.am
index 14337ce9c01..dee012741a7 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -27,8 +27,7 @@ pkginclude_HEADERS = $(HEADERS_ABI) my_dbug.h m_string.h my_sys.h \
my_getopt.h sslopt-longopts.h my_dir.h \
sslopt-vars.h sslopt-case.h sql_common.h keycache.h \
m_ctype.h my_attribute.h $(HEADERS_GEN_CONFIGURE) \
- $(HEADERS_GEN_MAKE) probes_mysql.h \
- probes_mysql_nodtrace.h
+ $(HEADERS_GEN_MAKE) probes_mysql.h probes_mysql_nodtrace.h
noinst_HEADERS = config-win.h config-netware.h my_bit.h \
heap.h my_bitmap.h my_uctype.h \
@@ -44,10 +43,10 @@ noinst_HEADERS = config-win.h config-netware.h my_bit.h \
atomic/gcc_builtins.h my_libwrap.h my_stacktrace.h \
probes_mysql.h probes_mysql_nodtrace.h
-EXTRA_DIST = mysql.h.pp mysql/plugin.h.pp probes_mysql.d.base
+EXTRA_DIST = mysql.h.pp mysql/plugin.h.pp probes_mysql.d.base
# Remove built files and the symlinked directories
-CLEANFILES = $(BUILT_SOURCES) readline openssl
+CLEANFILES = $(BUILT_SOURCES) readline openssl probes_mysql.d probes_mysql_nodtrace.h
# Some include files that may be moved and patched by configure