diff options
author | unknown <msvensson@pilot.(none)> | 2007-08-28 12:41:25 +0200 |
---|---|---|
committer | unknown <msvensson@pilot.(none)> | 2007-08-28 12:41:25 +0200 |
commit | 7edc7d63569d12ed02c1739361bc389dd2dfc902 (patch) | |
tree | 47f6f172061f9c79885dfb0855830e6192d50b44 /include | |
parent | 3a53dbbae5825d8e05b47f94e7e4c275409c593e (diff) | |
download | mariadb-git-7edc7d63569d12ed02c1739361bc389dd2dfc902.tar.gz |
Temp disable of icheck
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 2775932f46d..8335da36e93 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -15,7 +15,7 @@ # Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, # MA 02111-1307, USA -BUILT_SOURCES = $(HEADERS_GEN) link_sources abi_check +BUILT_SOURCES = $(HEADERS_GEN) link_sources HEADERS_GEN = mysql_version.h my_config.h HEADERS_ABI = mysql.h mysql_com.h mysql_time.h \ my_list.h my_alloc.h typelib.h mysql/plugin.h |