diff options
author | unknown <davi@mysql.com/endora.local> | 2008-01-11 21:34:23 -0200 |
---|---|---|
committer | unknown <davi@mysql.com/endora.local> | 2008-01-11 21:34:23 -0200 |
commit | 7e93d048b714c46aeffcdfaaaa703de34a9b1805 (patch) | |
tree | ca5e548e10fb2583afc8814bf2fa8e56af59a5e4 /include | |
parent | 783b6070ee603184c0cac85a09db712d5f69144a (diff) | |
download | mariadb-git-7e93d048b714c46aeffcdfaaaa703de34a9b1805.tar.gz |
Post merge fix for BUG 33728
include/Makefile.am:
Include gcc_builtins.h header in the list.
Diffstat (limited to 'include')
-rw-r--r-- | include/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index 8335da36e93..5975a3e8bf0 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -36,7 +36,7 @@ noinst_HEADERS = config-win.h config-netware.h \ mysql_version.h.in my_handler.h my_time.h \ my_vle.h my_user.h my_atomic.h atomic/nolock.h \ atomic/rwlock.h atomic/x86-gcc.h atomic/x86-msvc.h \ - my_libwrap.h + atomic/gcc_builtins.h my_libwrap.h # Remove built files and the symlinked directories CLEANFILES = $(BUILT_SOURCES) readline openssl |