diff options
author | unknown <bar@bar.mysql.r18.ru> | 2003-01-10 17:01:55 +0400 |
---|---|---|
committer | unknown <bar@bar.mysql.r18.ru> | 2003-01-10 17:01:55 +0400 |
commit | c6ad5a4ad20719e571326dac3e3d89cc05f95150 (patch) | |
tree | a13ad5f497823a9d13e36cf480e92b6c526dc46d /mysys/Makefile.am | |
parent | f00289c43105a539c5db456f097803100c2b68ba (diff) | |
download | mariadb-git-c6ad5a4ad20719e571326dac3e3d89cc05f95150.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 \ |