summaryrefslogtreecommitdiff
path: root/libmysqld
diff options
context:
space:
mode:
authorunknown <dlenev@brandersnatch.localdomain>2004-09-10 10:29:08 +0400
committerunknown <dlenev@brandersnatch.localdomain>2004-09-10 10:29:08 +0400
commit862e78568e43272002dea1a12ff62e3d097be558 (patch)
tree0b073dc112e81691e9372907d68f2b25f94e9fae /libmysqld
parentb0afd74eba339155721c9916556d53457ac37b7d (diff)
downloadmariadb-git-862e78568e43272002dea1a12ff62e3d097be558.tar.gz
Fixed --with-embedded builds.
Added previously missing sql_trigger.cc file to embedded library. BitKeeper/etc/ignore: Added libmysqld/sql_trigger.cc to the ignore list libmysqld/Makefile.am: Added previously sql_trigger.cc file to embedded library.
Diffstat (limited to 'libmysqld')
-rw-r--r--libmysqld/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmysqld/Makefile.am b/libmysqld/Makefile.am
index f0cda9ae524..56762f5771e 100644
--- a/libmysqld/Makefile.am
+++ b/libmysqld/Makefile.am
@@ -59,7 +59,7 @@ 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
+ parse_file.cc sql_view.cc sql_trigger.cc
libmysqld_int_a_SOURCES= $(libmysqld_sources) $(libmysqlsources) $(sqlsources)
libmysqld_a_SOURCES=