diff options
Diffstat (limited to 'libmysql')
-rw-r--r-- | libmysql/Makefile.shared | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmysql/Makefile.shared b/libmysql/Makefile.shared index 98bcd173fc6..e308baa7bd0 100644 --- a/libmysql/Makefile.shared +++ b/libmysql/Makefile.shared @@ -60,7 +60,7 @@ mysysobjects1 = my_init.lo my_static.lo my_malloc.lo my_realloc.lo \ charset.lo hash.lo mf_iocache.lo \ mf_iocache2.lo my_seek.lo \ my_pread.lo mf_cache.lo my_vsnprintf.lo md5.lo \ - my_getopt.lo my_gethostbyname.lo + my_getopt.lo my_gethostbyname.lo my_port.lo sqlobjects = net.lo # Not needed in the minimum library |