diff options
author | sasha@mysql.sashanet.com <> | 2001-09-22 21:51:17 -0600 |
---|---|---|
committer | sasha@mysql.sashanet.com <> | 2001-09-22 21:51:17 -0600 |
commit | eccda8f86d143b43246ee4da153bacb81123a7be (patch) | |
tree | e4a77b49f0d4e78f22c4bc9ef9ac9b30a8a00624 /include/Makefile.am | |
parent | 1a0a77389f3448dc2557a1a1fecafbeb86cc7b32 (diff) | |
parent | 5d9be4de24ab02436edbe2c75e96704a31c522b2 (diff) | |
download | mariadb-git-eccda8f86d143b43246ee4da153bacb81123a7be.tar.gz |
merged
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 a6edc2b00e1..54451e9d4f6 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 \ |