diff options
author | sasha@mysql.sashanet.com <> | 2001-08-09 18:16:43 -0600 |
---|---|---|
committer | sasha@mysql.sashanet.com <> | 2001-08-09 18:16:43 -0600 |
commit | 681cdbbdf93f2c168368f4bdd79d785a3a2f6811 (patch) | |
tree | 9d06bd339f6bb64b768d1643ebf486cac78790a1 /libmysql/Makefile.shared | |
parent | 94db78ce61a998d28a9335bade3e5e1df558a4ea (diff) | |
download | mariadb-git-681cdbbdf93f2c168368f4bdd79d785a3a2f6811.tar.gz |
mysqlbinlog->client
Diffstat (limited to 'libmysql/Makefile.shared')
-rw-r--r-- | libmysql/Makefile.shared | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libmysql/Makefile.shared b/libmysql/Makefile.shared index b6ea5832e04..e9e100e38b1 100644 --- a/libmysql/Makefile.shared +++ b/libmysql/Makefile.shared @@ -55,7 +55,8 @@ mysysobjects1 = my_init.lo my_static.lo my_malloc.lo my_realloc.lo \ mf_loadpath.lo my_pthread.lo my_thr_init.lo \ thr_mutex.lo mulalloc.lo string.lo default.lo \ my_compress.lo array.lo my_once.lo list.lo my_net.lo \ - charset.lo hash.lo + charset.lo hash.lo mf_iocache.lo my_seek.lo \ + my_pread.lo mf_cache.lo # Not needed in the minimum library mysysobjects2 = getopt.lo getopt1.lo getvar.lo my_lib.lo mysysobjects = $(mysysobjects1) $(mysysobjects2) |