summaryrefslogtreecommitdiff
path: root/libmysqld
diff options
context:
space:
mode:
authorbrian@zim.(none) <>2005-09-28 19:04:51 -0700
committerbrian@zim.(none) <>2005-09-28 19:04:51 -0700
commitda101b3b5a7151ce507abf2d9c52c9552d30620a (patch)
treebb92cbf8665195bd13d26505fef281da28afbab7 /libmysqld
parent1bf2fbdb35b624e4c240aaa4a7644fb3c7a1c428 (diff)
downloadmariadb-git-da101b3b5a7151ce507abf2d9c52c9552d30620a.tar.gz
Moving archive from example to sql.
Diffstat (limited to 'libmysqld')
-rw-r--r--libmysqld/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/libmysqld/Makefile.am b/libmysqld/Makefile.am
index 1f5c707f538..943b75f9973 100644
--- a/libmysqld/Makefile.am
+++ b/libmysqld/Makefile.am
@@ -37,7 +37,7 @@ SUBDIRS = . examples
libmysqld_sources= libmysqld.c lib_sql.cc emb_qcache.cc
libmysqlsources = errmsg.c get_password.c libmysql.c client.c pack.c \
my_time.c
-sqlexamplessources = ha_example.cc ha_archive.cc ha_tina.cc
+sqlexamplessources = ha_example.cc ha_tina.cc
noinst_HEADERS = embedded_priv.h emb_qcache.h
@@ -63,7 +63,7 @@ sqlsources = derror.cc field.cc field_conv.cc strfunc.cc filesort.cc \
spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc \
sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc \
parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc \
- ha_blackhole.cc
+ ha_blackhole.cc ha_archive.cc
libmysqld_int_a_SOURCES= $(libmysqld_sources) $(libmysqlsources) $(sqlsources) $(sqlexamplessources)
libmysqld_a_SOURCES=