summaryrefslogtreecommitdiff
path: root/mysys/Makefile.am
diff options
context:
space:
mode:
authormonty@hundin.mysql.fi <>2002-02-07 21:34:35 +0200
committermonty@hundin.mysql.fi <>2002-02-07 21:34:35 +0200
commitd713fee16bb8f5fe1470c4436498ee1dce9a9efa (patch)
tree67009f11ad55cd9073d02909883f5369a74f101f /mysys/Makefile.am
parent3457b6fde0ee4c08a45a2a1584522b260c444768 (diff)
downloadmariadb-git-d713fee16bb8f5fe1470c4436498ee1dce9a9efa.tar.gz
Update to autoconf 2.52
Fix of InnoDB variables in SHOW VARIABLES Fix for ALTER TABLE and InnoDB
Diffstat (limited to 'mysys/Makefile.am')
-rw-r--r--mysys/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/mysys/Makefile.am b/mysys/Makefile.am
index 6dd9bb06fe9..73cd9768013 100644
--- a/mysys/Makefile.am
+++ b/mysys/Makefile.am
@@ -30,7 +30,8 @@ libmysys_a_SOURCES = my_init.c my_getwd.c mf_getdate.c\
mf_iocache.c mf_iocache2.c mf_cache.c mf_tempfile.c \
my_lock.c mf_brkhant.c my_alarm.c \
my_malloc.c my_realloc.c my_once.c mulalloc.c \
- my_alloc.c safemalloc.c my_fopen.c my_fstream.c \
+ my_alloc.c safemalloc.c my_new.cc \
+ my_fopen.c my_fstream.c \
my_error.c errors.c my_div.c my_messnc.c \
mf_format.c mf_same.c mf_dirname.c mf_fn_ext.c \
my_symlink.c my_symlink2.c \