diff options
author | unknown <kent@mysql.com/kent-amd64.(none)> | 2006-12-03 00:25:52 +0100 |
---|---|---|
committer | unknown <kent@mysql.com/kent-amd64.(none)> | 2006-12-03 00:25:52 +0100 |
commit | ddb679ed903782fe2e97964d6442e1bbb976931a (patch) | |
tree | 2d86dd6864ca0d003460dbac4a2729acaa657d06 /include/Makefile.am | |
parent | 531f2eeddfdef71b265a399f521e7cce3e8ce9d7 (diff) | |
download | mariadb-git-ddb679ed903782fe2e97964d6442e1bbb976931a.tar.gz |
Makefile.am:
Disabled abi_check, as it was before merge
include/Makefile.am:
Disabled abi_check, as it was before merge
Diffstat (limited to 'include/Makefile.am')
-rw-r--r-- | include/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index 34362ee70ba..814badc24be 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -15,7 +15,8 @@ # Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, # MA 02111-1307, USA -BUILT_SOURCES = $(HEADERS_GEN) abi_check +# FIXME 'abi_check' should be in BUILT_SOURCES, disabled for now +BUILT_SOURCES = $(HEADERS_GEN) 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 |