summaryrefslogtreecommitdiff
path: root/libmysqld
diff options
context:
space:
mode:
authorunknown <brian@zim.(none)>2005-03-25 14:12:46 -0800
committerunknown <brian@zim.(none)>2005-03-25 14:12:46 -0800
commit7870817ee6f28f3b16d01435f280786259c904bd (patch)
treede43897030ade96672b1f13edc100261d0ffcc4e /libmysqld
parent7d759a6c5d1d4fa632e5cf659361fb63f1f05019 (diff)
parenta4410a003b7eb6a08e1aa3c0bbb361c2fac91591 (diff)
downloadmariadb-git-7870817ee6f28f3b16d01435f280786259c904bd.tar.gz
fixed conflict making embedded server with libmysqld
libmysqld/Makefile.am: Fixed conflict
Diffstat (limited to 'libmysqld')
-rw-r--r--libmysqld/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/libmysqld/Makefile.am b/libmysqld/Makefile.am
index 57a235730be..5d3b365042f 100644
--- a/libmysqld/Makefile.am
+++ b/libmysqld/Makefile.am
@@ -62,7 +62,8 @@ sqlsources = derror.cc field.cc field_conv.cc strfunc.cc filesort.cc \
unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc \
spatial.cc gstream.cc sql_help.cc tztime.cc protocol_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
+ parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc \
+ ha_blackhole.cc
libmysqld_int_a_SOURCES= $(libmysqld_sources) $(libmysqlsources) $(sqlsources) $(sqlexamplessources)
libmysqld_a_SOURCES=