diff options
author | msvensson@pilot.blaudden <> | 2007-04-12 00:43:25 +0200 |
---|---|---|
committer | msvensson@pilot.blaudden <> | 2007-04-12 00:43:25 +0200 |
commit | 7563ebefca27494b2beaee244e0d16b7098e51de (patch) | |
tree | 5cac6e2c2035356b35afce525ae26148e79ddf94 /include/Makefile.am | |
parent | 4e17e06a5b620238488eaa1c1d24aa82b80e04a7 (diff) | |
download | mariadb-git-7563ebefca27494b2beaee244e0d16b7098e51de.tar.gz |
Bug#25118 ATTRIBUTE_FORMAT_FPTR undeclared in m_ctype.h
- Move marcos for __attribute__ usage to my_attribute.h and
include that file where needed
Diffstat (limited to 'include/Makefile.am')
-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 9cd2f6215f1..e5fac39e5ff 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -25,7 +25,7 @@ pkginclude_HEADERS = $(HEADERS_ABI) my_dbug.h m_string.h my_sys.h \ errmsg.h my_global.h my_net.h \ my_getopt.h sslopt-longopts.h my_dir.h \ sslopt-vars.h sslopt-case.h sql_common.h keycache.h \ - m_ctype.h $(HEADERS_GEN) + m_ctype.h my_attribute.h $(HEADERS_GEN) noinst_HEADERS = config-win.h config-os2.h config-netware.h \ heap.h my_bitmap.h\ myisam.h myisampack.h myisammrg.h ft_global.h\ |