diff options
author | MC Brown <mc.brown@sun.com> | 2009-04-03 14:52:59 +0100 |
---|---|---|
committer | MC Brown <mc.brown@sun.com> | 2009-04-03 14:52:59 +0100 |
commit | 27de99928a84a71955d63e81ac647703400c30dd (patch) | |
tree | 214105048461f38bd1d15d2c60da958405cb4fd4 /include/Makefile.am | |
parent | 3af63f45f4545dce90cec5d391ea11f2429cd901 (diff) | |
download | mariadb-git-27de99928a84a71955d63e81ac647703400c30dd.tar.gz |
Ensuring the the right files are deleted during a cleanup
Diffstat (limited to 'include/Makefile.am')
-rw-r--r-- | include/Makefile.am | 7 |
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 |