diff options
author | Narayanan V <v.narayanan@sun.com> | 2008-07-18 19:21:54 +0530 |
---|---|---|
committer | Narayanan V <v.narayanan@sun.com> | 2008-07-18 19:21:54 +0530 |
commit | d7f06f6ebfd1a7a2f98aff447b1a853ef3704c47 (patch) | |
tree | 3b2534f1cf7d738c347e0c30935cab8593dfd18d /include | |
parent | cc5c162887e50638eb9e00bf6337ba4180ee9798 (diff) | |
download | mariadb-git-d7f06f6ebfd1a7a2f98aff447b1a853ef3704c47.tar.gz |
WL#4380
1) Modified abi_check rule to not write into the
distribution directory.
2) Added the .pp files to EXTRA_DIST so that it will
be included in the distribution
Makefile.am:
Modified the abi_check rule to not generate the
.out files in the distribution directory.
include/Makefile.am:
Added the EXTRA_DIST entry for plugin.h.pp and
mysql.h.pp so that they will be included while
creating the distribution.
Diffstat (limited to 'include')
-rw-r--r-- | include/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index c6ee5163c7a..9438f0d0f25 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -38,6 +38,8 @@ noinst_HEADERS = config-win.h config-netware.h my_bit.h \ atomic/rwlock.h atomic/x86-gcc.h atomic/x86-msvc.h \ atomic/gcc_builtins.h my_libwrap.h my_stacktrace.h +EXTRA_DIST = mysql.h.pp mysql/plugin.h.pp + # Remove built files and the symlinked directories CLEANFILES = $(BUILT_SOURCES) readline openssl |