diff options
author | unknown <serg@serg.mysql.com> | 2002-11-17 00:31:57 +0100 |
---|---|---|
committer | unknown <serg@serg.mysql.com> | 2002-11-17 00:31:57 +0100 |
commit | 849b9ed9131257426a92671c2ede72b9c962eb74 (patch) | |
tree | 438fec698643d02d7194ab997d6feff148c7346b /include/Makefile.am | |
parent | e79eb98ba03fdbca8163ec5fe8453058934279aa (diff) | |
download | mariadb-git-849b9ed9131257426a92671c2ede72b9c962eb74.tar.gz |
typelib.h is required by mysql.h and should be installed
BitKeeper/deleted/.del-.my_sys.h.swp~f6a4a7f8dae03f18:
Delete: include/.my_sys.h.swp
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 2df8b46d369..c88e1ee1e40 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -20,7 +20,7 @@ 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_semaphore.h my_pthread.h my_no_pthread.h raid.h \ errmsg.h my_global.h my_net.h my_alloc.h \ - my_getopt.h sslopt-longopts.h \ + my_getopt.h sslopt-longopts.h typelib.h \ sslopt-vars.h sslopt-case.h $(BUILT_SOURCES) noinst_HEADERS = config-win.h config-os2.h \ nisam.h heap.h merge.h my_bitmap.h\ |