summaryrefslogtreecommitdiff
path: root/libmysqld
diff options
context:
space:
mode:
authorjimw@mysql.com <>2005-01-18 16:50:09 -0800
committerjimw@mysql.com <>2005-01-18 16:50:09 -0800
commitd5ee0a9e3af2aed965e3cfda19703d51c7566839 (patch)
tree61c8055213f38326ac60104ee55b3eca9aa87e94 /libmysqld
parent20552486e50e41dba46fdd151f4a6571bf79b641 (diff)
downloadmariadb-git-d5ee0a9e3af2aed965e3cfda19703d51c7566839.tar.gz
Add ha_federated.cc to libmysqld/Makefile.am so that configuring with both
embedded server and federated storage engine compiles. (Bug #7920)
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 17410f02fe2..4cd53216434 100644
--- a/libmysqld/Makefile.am
+++ b/libmysqld/Makefile.am
@@ -42,7 +42,7 @@ sqlexamplessources = ha_example.cc ha_archive.cc ha_tina.cc
noinst_HEADERS = embedded_priv.h emb_qcache.h
sqlsources = derror.cc field.cc field_conv.cc strfunc.cc filesort.cc \
- ha_innodb.cc ha_berkeley.cc ha_heap.cc \
+ ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc \
ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc \
hostname.cc init.cc password.c \
item.cc item_buff.cc item_cmpfunc.cc item_create.cc \