diff options
author | lenz@mysql.com <> | 2002-08-06 13:59:07 +0200 |
---|---|---|
committer | lenz@mysql.com <> | 2002-08-06 13:59:07 +0200 |
commit | bbbfcdca68299fe8a45e0ac14cc013858755276a (patch) | |
tree | 545f6e5e1fb819513ae29d971b596f7d507f5f54 /include/Makefile.am | |
parent | 5cf0e3de31b86dc04be913d811ae7cbbb83a4bcc (diff) | |
download | mariadb-git-bbbfcdca68299fe8a45e0ac14cc013858755276a.tar.gz |
- Added missing files to distribution
- removoved getopt.h (has been replaced by my_getopt.h)
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 85cd640a0a3..52a6d4fd758 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -29,7 +29,7 @@ noinst_HEADERS = config-win.h \ my_nosys.h my_alarm.h queues.h \ my_tree.h hash.h thr_alarm.h thr_lock.h \ t_ctype.h violite.h md5.h mysql_version.h.in \ - my_handler.h + my_handler.h my_getopt.h # mysql_version.h are generated SUPERCLEANFILES = mysql_version.h my_config.h |