diff options
author | unknown <andrey@lmy004.> | 2005-12-15 19:11:08 +0100 |
---|---|---|
committer | unknown <andrey@lmy004.> | 2005-12-15 19:11:08 +0100 |
commit | 20bcd568438831b6d9bc1e2ab51b705a9d2649d8 (patch) | |
tree | cc62e90a4778dcf92d2a4ce5d2c720f5401908cd /libmysqld/Makefile.am | |
parent | 48405ec751ed8cbae94cc7478eb3ab19c29b7734 (diff) | |
download | mariadb-git-20bcd568438831b6d9bc1e2ab51b705a9d2649d8.tar.gz |
WL#1034 update
make compile-pentium-debug-max work
libmysqld/Makefile.am:
compile all three into libmysqld
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 4eae790c9db..21dc56d379f 100644 --- a/libmysqld/Makefile.am +++ b/libmysqld/Makefile.am @@ -62,7 +62,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 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 event.cc \ + parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc event_executor.cc event.cc event_timed.cc \ rpl_filter.cc sql_partition.cc handlerton.cc sql_plugin.cc libmysqld_int_a_SOURCES= $(libmysqld_sources) $(libmysqlsources) $(sqlsources) |