diff options
author | tomas@poseidon.ndb.mysql.com <> | 2006-01-12 19:51:02 +0100 |
---|---|---|
committer | tomas@poseidon.ndb.mysql.com <> | 2006-01-12 19:51:02 +0100 |
commit | 4b731ddfb47cb56bec07a2eded106efc1aa4e532 (patch) | |
tree | 5f26130f48df39314474782dafb7b845ebffb2ff /libmysqld | |
parent | 582488e8ac264e4a6c0731cdc2caac62c3d19fe8 (diff) | |
download | mariadb-git-4b731ddfb47cb56bec07a2eded106efc1aa4e532.tar.gz |
wl2325 wl2324
Diffstat (limited to 'libmysqld')
-rw-r--r-- | libmysqld/Makefile.am | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/libmysqld/Makefile.am b/libmysqld/Makefile.am index 1aad198d7ae..ec6dfecb359 100644 --- a/libmysqld/Makefile.am +++ b/libmysqld/Makefile.am @@ -66,11 +66,13 @@ sqlsources = derror.cc field.cc field_conv.cc strfunc.cc filesort.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 \ - sql_tablespace.cc + sql_tablespace.cc \ + rpl_injector.cc libmysqld_int_a_SOURCES= $(libmysqld_sources) $(libmysqlsources) $(sqlsources) EXTRA_libmysqld_a_SOURCES = ha_innodb.cc ha_berkeley.cc ha_archive.cc \ ha_blackhole.cc ha_federated.cc ha_ndbcluster.cc \ + ha_ndbcluster_binlog.cc \ ha_partition.cc libmysqld_a_DEPENDENCIES= @mysql_se_objs@ libmysqld_a_SOURCES= @@ -102,6 +104,9 @@ ha_berkeley.o: ha_berkeley.cc ha_ndbcluster.o:ha_ndbcluster.cc $(CXXCOMPILE) @ndbcluster_includes@ $(LM_CFLAGS) -c $< +ha_ndbcluster_binlog.o: ha_ndbcluster_binlog.cc + $(CXXCOMPILE) @ndbcluster_includes@ $(LM_CFLAGS) -c $< + # Until we can remove dependency on ha_ndbcluster.h handler.o: handler.cc $(CXXCOMPILE) @ndbcluster_includes@ $(LM_CFLAGS) -c $< |