diff options
author | sasha@mysql.sashanet.com <> | 2001-09-19 14:30:43 -0600 |
---|---|---|
committer | sasha@mysql.sashanet.com <> | 2001-09-19 14:30:43 -0600 |
commit | 2038a46e92a605076d99425d4ec8833ddc36e6f6 (patch) | |
tree | 7d9a51529a16431dfa1dffbe7b1ddc566da2de85 /include/Makefile.am | |
parent | 15587cd1ec475541236c5e5134a7eecf6257add2 (diff) | |
download | mariadb-git-2038a46e92a605076d99425d4ec8833ddc36e6f6.tar.gz |
fixes for MYSQL manager
Diffstat (limited to 'include/Makefile.am')
-rw-r--r-- | include/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index f3685b51cd3..b43e8dcca4b 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -28,7 +28,7 @@ noinst_HEADERS = global.h config-win.h \ my_dir.h mysys_err.h my_base.h \ my_nosys.h my_alarm.h queues.h \ my_tree.h hash.h thr_alarm.h thr_lock.h \ - getopt.h t_ctype.h violite.h \ + getopt.h t_ctype.h violite.h md5.h \ mysql_version.h.in # mysql_version.h are generated |