diff options
author | unknown <lenz@mysql.com> | 2002-08-06 13:59:07 +0200 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2002-08-06 13:59:07 +0200 |
commit | 700cefd28bb970afb004745af71098034fa37038 (patch) | |
tree | 545f6e5e1fb819513ae29d971b596f7d507f5f54 /include/Makefile.am | |
parent | f3e811d9383f7f985c2dd8dfc7dd7bee7f23a29d (diff) | |
download | mariadb-git-700cefd28bb970afb004745af71098034fa37038.tar.gz |
- Added missing files to distribution
- removoved getopt.h (has been replaced by my_getopt.h)
BitKeeper/deleted/.del-getopt.h~a9ae679fa84f395:
Delete: include/getopt.h
include/Makefile.am:
- Added missing file my_getopt.h to distribution
sql/Makefile.am:
- Added missing files spatial.h adn gstream.h to distribution
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 |