diff options
author | serg@serg.mysql.com <> | 2002-11-17 00:31:57 +0100 |
---|---|---|
committer | serg@serg.mysql.com <> | 2002-11-17 00:31:57 +0100 |
commit | 08e693925410340013df05b7e4eeff8aa1b06aca (patch) | |
tree | 438fec698643d02d7194ab997d6feff148c7346b /include | |
parent | a54bbbed8660624aaff46bf79b7902fc59e88670 (diff) | |
download | mariadb-git-08e693925410340013df05b7e4eeff8aa1b06aca.tar.gz |
typelib.h is required by mysql.h and should be installed
Diffstat (limited to 'include')
-rw-r--r-- | include/.my_sys.h.swp | bin | 16384 -> 0 bytes | |||
-rw-r--r-- | include/Makefile.am | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/include/.my_sys.h.swp b/include/.my_sys.h.swp Binary files differdeleted file mode 100644 index e9d01f0e65d..00000000000 --- a/include/.my_sys.h.swp +++ /dev/null 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\ |