diff options
author | unknown <joerg@trift-lap.fambruehe> | 2007-04-26 16:06:44 +0200 |
---|---|---|
committer | unknown <joerg@trift-lap.fambruehe> | 2007-04-26 16:06:44 +0200 |
commit | 8a6629e1f4e4e8fec75e973ccc59c1df992eb232 (patch) | |
tree | 0122eecfb2051d0a90c61f33cfcdef2bf4102f0f /include | |
parent | 4573d03411f90e5a9fe7c403814af837ade33e51 (diff) | |
parent | 246232268c598e68a376d634a79ed4eb5cb040e4 (diff) | |
download | mariadb-git-8a6629e1f4e4e8fec75e973ccc59c1df992eb232.tar.gz |
Merge trift-lap.fambruehe:/MySQL/M50/mysql-5.0
into trift-lap.fambruehe:/MySQL/M50/push-5.0
configure.in:
Auto merged
include/Makefile.am:
Auto merged
Diffstat (limited to 'include')
-rw-r--r-- | include/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index e5fac39e5ff..ccd5ac627bf 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -22,7 +22,7 @@ HEADERS_ABI = mysql.h mysql_com.h mysql_time.h \ pkginclude_HEADERS = $(HEADERS_ABI) my_dbug.h m_string.h my_sys.h \ my_xml.h mysql_embed.h \ my_pthread.h my_no_pthread.h raid.h \ - errmsg.h my_global.h my_net.h \ + decimal.h errmsg.h my_global.h my_net.h \ my_getopt.h sslopt-longopts.h my_dir.h \ sslopt-vars.h sslopt-case.h sql_common.h keycache.h \ m_ctype.h my_attribute.h $(HEADERS_GEN) @@ -33,7 +33,7 @@ noinst_HEADERS = config-win.h config-os2.h config-netware.h \ my_nosys.h my_alarm.h queues.h rijndael.h sha1.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 \ + mysql_version.h.in my_handler.h my_time.h \ my_user.h my_libwrap.h # Remove built files and the symlinked directories |