diff options
author | unknown <monty@hundin.mysql.fi> | 2002-08-12 03:40:36 +0300 |
---|---|---|
committer | unknown <monty@hundin.mysql.fi> | 2002-08-12 03:40:36 +0300 |
commit | 071994ba3665ce2284de5e77a4f06c0b6e93eeeb (patch) | |
tree | 5dacc549219b2404fa30afac6d6955e53ef59aea /mysys/Makefile.am | |
parent | 714f2b0f8b90dc843024aea2f3d9afb5becc24d9 (diff) | |
parent | b2e946136d21ec3102b3204ef1e2a1a10b404ff3 (diff) | |
download | mariadb-git-071994ba3665ce2284de5e77a4f06c0b6e93eeeb.tar.gz |
merge
sql/ha_innobase.cc:
merge (kept my changes to ha_innobase.cc to not use sprintf())
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 7de59939227..e3918f71b58 100644 --- a/mysys/Makefile.am +++ b/mysys/Makefile.am @@ -49,7 +49,7 @@ libmysys_a_SOURCES = my_init.c my_getwd.c mf_getdate.c\ my_quick.c my_lockmem.c my_static.c \ getopt.c getopt1.c getvar.c my_mkdir.c \ default.c my_compress.c checksum.c raid.cc raid2.c \ - my_net.c \ + my_net.c my_port.c \ my_vsnprintf.c charset.c my_bitmap.c my_gethostbyname.c EXTRA_DIST = thr_alarm.c thr_lock.c my_pthread.c my_thr_init.c \ thr_mutex.c thr_rwlock.c |