diff options
author | unknown <kaa@polly.local> | 2004-12-14 22:26:31 +0300 |
---|---|---|
committer | unknown <kaa@polly.local> | 2004-12-14 22:26:31 +0300 |
commit | 338dde5c0392584c57ef0e0e68d7a582eae8f11b (patch) | |
tree | 039af5ac48ea9b322014c4c858874b5452e38d9d /mysys/Makefile.am | |
parent | 167a534801a4cd26200f6950b3b8974366c5c48f (diff) | |
download | mariadb-git-338dde5c0392584c57ef0e0e68d7a582eae8f11b.tar.gz |
Forward port of HugeTLB, InnoDB doublewrite and checksums patches to 5.0
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
Diffstat (limited to 'mysys/Makefile.am')
-rw-r--r-- | mysys/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysys/Makefile.am b/mysys/Makefile.am index 6a118df03cc..b0ca1b402ee 100644 --- a/mysys/Makefile.am +++ b/mysys/Makefile.am @@ -53,7 +53,7 @@ libmysys_a_SOURCES = my_init.c my_getwd.c mf_getdate.c my_mmap.c \ my_net.c my_semaphore.c my_port.c my_sleep.c \ charset.c charset-def.c my_bitmap.c my_bit.c md5.c \ my_gethostbyname.c rijndael.c my_aes.c sha1.c \ - my_handler.c my_netware.c + my_handler.c my_netware.c my_largepage.c EXTRA_DIST = thr_alarm.c thr_lock.c my_pthread.c my_thr_init.c \ thr_mutex.c thr_rwlock.c libmysys_a_LIBADD = @THREAD_LOBJECTS@ |