diff options
author | tim@cane.mysql.fi <> | 2000-12-21 11:56:43 +0200 |
---|---|---|
committer | tim@cane.mysql.fi <> | 2000-12-21 11:56:43 +0200 |
commit | 57b5476aeb4bb23281cf31e89413e643547085de (patch) | |
tree | 09d37d374d11a206becd42ce0bc6119cf38e684e /libmysql | |
parent | 9a29f1f7a55944d00dfb4187f650ca8c9fd25af4 (diff) | |
download | mariadb-git-57b5476aeb4bb23281cf31e89413e643547085de.tar.gz |
Makefile bug fixes.
Diffstat (limited to 'libmysql')
-rw-r--r-- | libmysql/Makefile.am | 1 | ||||
-rw-r--r-- | libmysql/Makefile.shared | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/libmysql/Makefile.am b/libmysql/Makefile.am index 7df01aa4e52..7b6472ecaba 100644 --- a/libmysql/Makefile.am +++ b/libmysql/Makefile.am @@ -28,6 +28,7 @@ include $(srcdir)/Makefile.shared libmysqlclient_la_SOURCES = $(target_sources) libmysqlclient_la_LIBADD = $(target_libadd) libmysqlclient_la_LDFLAGS = $(target_ldflags) +EXTRA_DIST = Makefile.shared # This is called from the toplevel makefile link_sources: diff --git a/libmysql/Makefile.shared b/libmysql/Makefile.shared index 240a520aa14..795a64ba138 100644 --- a/libmysql/Makefile.shared +++ b/libmysql/Makefile.shared @@ -39,7 +39,7 @@ mystringsobjects = strmov.lo strxmov.lo strnmov.lo strmake.lo strend.lo \ int2str.lo str2int.lo strinstr.lo strcont.lo \ strcend.lo \ bchange.lo bmove.lo bmove_upp.lo longlong2str.lo \ - strtoull.lo strtoll.lo llstr.lo strto.lo \ + strtoull.lo strtoll.lo llstr.lo \ ctype.lo $(LTCHARSET_OBJS) mystringsextra= strto.c ctype_autoconf.c dbugobjects = dbug.lo # IT IS IN SAFEMALLOC.C sanity.lo |