diff options
author | bar@bar.mysql.r18.ru <> | 2003-01-10 17:01:55 +0400 |
---|---|---|
committer | bar@bar.mysql.r18.ru <> | 2003-01-10 17:01:55 +0400 |
commit | 04ba0e85f0e5fa619be12870630fa1240cbff649 (patch) | |
tree | a13ad5f497823a9d13e36cf480e92b6c526dc46d /mysys/Makefile.am | |
parent | 192ad598198647023f2c2a8e8f5b23d02618afed (diff) | |
download | mariadb-git-04ba0e85f0e5fa619be12870630fa1240cbff649.tar.gz |
xml.c has been moved to /strings from /mysys
This is to reuse code to generate charset related C files
from ther descriptions written in XML files
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 c8b7987a506..cd823186a2b 100644 --- a/mysys/Makefile.am +++ b/mysys/Makefile.am @@ -50,7 +50,7 @@ libmysys_a_SOURCES = my_init.c my_getwd.c mf_getdate.c\ my_getopt.c my_mkdir.c \ default.c my_compress.c checksum.c raid.cc \ my_net.c my_semaphore.c my_port.c \ - my_vsnprintf.c charset.c xml.c my_bitmap.c my_bit.c md5.c \ + my_vsnprintf.c charset.c my_bitmap.c my_bit.c md5.c \ my_gethostbyname.c rijndael.c my_aes.c sha1.c \ my_handler.c EXTRA_DIST = thr_alarm.c thr_lock.c my_pthread.c my_thr_init.c \ |