diff options
author | brian@brian-akers-computer.local <> | 2004-05-25 14:53:55 -0700 |
---|---|---|
committer | brian@brian-akers-computer.local <> | 2004-05-25 14:53:55 -0700 |
commit | fee4ed7f1cf5393f3e44fb357ad02ddca6330290 (patch) | |
tree | f0ca71e6ab91e7ac61a2af7d58316f145858901a /sql/Makefile.am | |
parent | 94c0611e6b1f7a1ee93facc31a2f2876cf664e7a (diff) | |
parent | 72e7d696748911225bf9cab0dc443f421a41d439 (diff) | |
download | mariadb-git-fee4ed7f1cf5393f3e44fb357ad02ddca6330290.tar.gz |
Merge baker@bk-internal.mysql.com:/home/bk/mysql-4.1
into brian-akers-computer.local:/Users/brian/mysql/mysql-4.1
Diffstat (limited to 'sql/Makefile.am')
-rw-r--r-- | sql/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/Makefile.am b/sql/Makefile.am index 469b82f95fa..cdbf78bed0e 100644 --- a/sql/Makefile.am +++ b/sql/Makefile.am @@ -58,7 +58,7 @@ noinst_HEADERS = item.h item_func.h item_sum.h item_cmpfunc.h \ log_event.h sql_repl.h slave.h \ stacktrace.h sql_sort.h sql_cache.h set_var.h \ spatial.h gstream.h client_settings.h \ - examples/ha_example.h + examples/ha_example.h examples/ha_archive.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 \ @@ -88,7 +88,7 @@ mysqld_SOURCES = sql_lex.cc sql_handler.cc \ client.c sql_client.cc mini_client_errors.c pack.c\ stacktrace.c repl_failsafe.h repl_failsafe.cc \ gstream.cc spatial.cc sql_help.cc protocol_cursor.cc \ - examples/ha_example.cc + examples/ha_example.cc examples/ha_archive.cc gen_lex_hash_SOURCES = gen_lex_hash.cc gen_lex_hash_LDADD = $(LDADD) $(CXXLDFLAGS) |