diff options
author | unknown <jani@ua141d10.elisa.omakaista.fi> | 2006-06-21 02:23:18 +0300 |
---|---|---|
committer | unknown <jani@ua141d10.elisa.omakaista.fi> | 2006-06-21 02:23:18 +0300 |
commit | 72cb1d5049c781ed82f0f0859df74383d0d62824 (patch) | |
tree | f232c98b9ad395e3609ff68476ce45fc913e2e44 /include/Makefile.am | |
parent | 783866ffe105c3e83a9bbc101ddd31c0d8a81d1e (diff) | |
download | mariadb-git-72cb1d5049c781ed82f0f0859df74383d0d62824.tar.gz |
Fix for Bug#18246 "compilation error with tcp_wrapper"
sql/mysqld.cc:
Fix for Bug#18246 "compilation error with tcp_wrapper"
Added wrapper functions.
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 07c32e3127b..2dbea3fe07f 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -31,7 +31,7 @@ noinst_HEADERS = config-win.h config-os2.h config-netware.h \ my_aes.h my_tree.h hash.h thr_alarm.h \ thr_lock.h t_ctype.h violite.h md5.h base64.h \ mysql_version.h.in my_handler.h my_time.h decimal.h \ - my_user.h + my_user.h my_libwrap.h # mysql_version.h are generated CLEANFILES = mysql_version.h my_config.h readline openssl |