summaryrefslogtreecommitdiff
path: root/libmysqld
diff options
context:
space:
mode:
authorunknown <lars@mysql.com>2005-04-01 01:33:04 +0200
committerunknown <lars@mysql.com>2005-04-01 01:33:04 +0200
commit844acf9a66bb85ea0604f385efdaf2c655fd957a (patch)
tree9c341f53c93d13aff792ca7c02766c9661d87a7a /libmysqld
parent73f6834e3dfd73f23bc2a711ccdb92788d33be0c (diff)
downloadmariadb-git-844acf9a66bb85ea0604f385efdaf2c655fd957a.tar.gz
Fix of build failure of 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 57a235730be..c77d9459ff3 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 protocol_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
+ parse_file.cc rpl_filter.cc sql_view.cc sql_trigger.cc my_decimal.cc
libmysqld_int_a_SOURCES= $(libmysqld_sources) $(libmysqlsources) $(sqlsources) $(sqlexamplessources)
libmysqld_a_SOURCES=