summaryrefslogtreecommitdiff
path: root/sql/Makefile.am
diff options
context:
space:
mode:
authorunknown <lenz@mysql.com>2002-08-06 13:59:07 +0200
committerunknown <lenz@mysql.com>2002-08-06 13:59:07 +0200
commit700cefd28bb970afb004745af71098034fa37038 (patch)
tree545f6e5e1fb819513ae29d971b596f7d507f5f54 /sql/Makefile.am
parentf3e811d9383f7f985c2dd8dfc7dd7bee7f23a29d (diff)
downloadmariadb-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 'sql/Makefile.am')
-rw-r--r--sql/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/Makefile.am b/sql/Makefile.am
index 81fe927ce5a..9cfdf4c4d9b 100644
--- a/sql/Makefile.am
+++ b/sql/Makefile.am
@@ -56,7 +56,7 @@ noinst_HEADERS = item.h item_func.h item_sum.h item_cmpfunc.h \
sql_select.h structs.h table.h sql_udf.h hash_filo.h\
lex.h lex_symbol.h sql_acl.h sql_crypt.h \
log_event.h mini_client.h sql_repl.h slave.h \
- stacktrace.h sql_sort.h sql_cache.h
+ stacktrace.h sql_sort.h sql_cache.h spatial.h gstream.h
mysqld_SOURCES = sql_lex.cc sql_handler.cc \
item.cc item_sum.cc item_buff.cc item_func.cc \
item_cmpfunc.cc item_strfunc.cc item_timefunc.cc \