diff options
author | dlenev@brandersnatch.localdomain <> | 2004-09-10 10:29:08 +0400 |
---|---|---|
committer | dlenev@brandersnatch.localdomain <> | 2004-09-10 10:29:08 +0400 |
commit | 7c8213ea20a54b9c1b08dad45b9ab0289ff3796a (patch) | |
tree | 0b073dc112e81691e9372907d68f2b25f94e9fae /libmysqld/Makefile.am | |
parent | 9cc2dba2eab57eec847b5c537497b929efbe0c67 (diff) | |
download | mariadb-git-7c8213ea20a54b9c1b08dad45b9ab0289ff3796a.tar.gz |
Fixed --with-embedded builds.
Added previously missing sql_trigger.cc file to embedded library.
Diffstat (limited to 'libmysqld/Makefile.am')
-rw-r--r-- | libmysqld/Makefile.am | 2 |
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= |