diff options
author | monty@hundin.mysql.fi <> | 2001-09-22 17:40:57 +0300 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2001-09-22 17:40:57 +0300 |
commit | e390a995737f136c594a7c792caa12061690800f (patch) | |
tree | 23349a84d09c518565222da27e0607b42d415f18 /include/Makefile.am | |
parent | b0953cfa86881af7aa330adc687bbf1b1a488524 (diff) | |
download | mariadb-git-e390a995737f136c594a7c792caa12061690800f.tar.gz |
Added support of INSERT to MERGE tables
Fixes for embedded libary and openssl
Diffstat (limited to 'include/Makefile.am')
-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 0821afeb01d..aaf11db7a50 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -16,8 +16,8 @@ # MA 02111-1307, USA BUILT_SOURCES = mysql_version.h m_ctype.h my_config.h -pkginclude_HEADERS = dbug.h m_string.h my_sys.h mysql.h mysql_com.h \ - mysqld_error.h my_list.h \ +pkginclude_HEADERS = dbug.h m_string.h my_sys.h my_list.h \ + mysql.h mysql_com.h mysqld_error.h mysql_embed.h \ my_pthread.h my_no_pthread.h raid.h errmsg.h \ my_global.h my_net.h \ sslopt-case.h sslopt-longopts.h sslopt-usage.h \ |