diff options
author | sasha@mysql.sashanet.com <> | 2000-12-07 07:54:59 -0700 |
---|---|---|
committer | sasha@mysql.sashanet.com <> | 2000-12-07 07:54:59 -0700 |
commit | ec1359416be7cec52f94dc4f7d6fabb2d406d416 (patch) | |
tree | ef39d8dcdf72e86ba28a8083870495ea8e17395c /libmysql | |
parent | a5c75df390e9b67454bd0a04e75583057e9579f7 (diff) | |
download | mariadb-git-ec1359416be7cec52f94dc4f7d6fabb2d406d416.tar.gz |
fixed up mysql-test - will not push this yet, as more clean up/testing is to follow
Diffstat (limited to 'libmysql')
-rw-r--r-- | libmysql/Makefile.am | 2 | ||||
-rw-r--r-- | libmysql/Makefile.shared | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libmysql/Makefile.am b/libmysql/Makefile.am index 758af52fe5a..7df01aa4e52 100644 --- a/libmysql/Makefile.am +++ b/libmysql/Makefile.am @@ -65,7 +65,7 @@ nh = global.h config-win32.h dbug.h errmsg.h global.h \ m_ctype.h m_string.h \ my_alarm.h my_config.h my_dir.h my_list.h my_net.h my_sys.h \ mysql.h mysql_com.h mysql_version.h mysqld_error.h mysys_err.h \ - my_pthread.h thr_alarm.h violite.h + my_pthread.h thr_alarm.h violite.h hash.h # Get a list of the needed objects lobjs = $(mysysobjects1) $(dbugobjects) $(mystringsobjects) diff --git a/libmysql/Makefile.shared b/libmysql/Makefile.shared index 5263baa1e84..240a520aa14 100644 --- a/libmysql/Makefile.shared +++ b/libmysql/Makefile.shared @@ -55,7 +55,7 @@ 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 + charset.lo hash.lo # Not needed in the minimum library mysysobjects2 = getopt.lo getopt1.lo getvar.lo my_lib.lo mysysobjects = $(mysysobjects1) $(mysysobjects2) |