summaryrefslogtreecommitdiff
path: root/sql/Makefile.am
diff options
context:
space:
mode:
authorunknown <Sinisa@sinisa.nasamreza.org>2002-07-16 22:42:53 +0300
committerunknown <Sinisa@sinisa.nasamreza.org>2002-07-16 22:42:53 +0300
commit63a49b788669b23da48029774e931621aae2dc51 (patch)
tree8fa6fc981a60b75665f74a13c3d13ecc0068a8f5 /sql/Makefile.am
parentf0403106ac78118049c02a0e5863f979054bfbd2 (diff)
downloadmariadb-git-63a49b788669b23da48029774e931621aae2dc51.tar.gz
Just making commit in order to stop getting erors.
Will do a push when it starts working ..
Diffstat (limited to 'sql/Makefile.am')
-rw-r--r--sql/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/Makefile.am b/sql/Makefile.am
index e1ed9ad8915..55945583967 100644
--- a/sql/Makefile.am
+++ b/sql/Makefile.am
@@ -81,7 +81,7 @@ mysqld_SOURCES = sql_lex.cc sql_handler.cc \
sql_udf.cc sql_analyse.cc sql_analyse.h sql_cache.cc \
slave.cc sql_repl.cc sql_union.cc \
mini_client.cc mini_client_errors.c \
- stacktrace.c repl_failsafe.h repl_failsafe.cc
+ stacktrace.c repl_failsafe.h repl_failsafe.cc sql_olap.cc
gen_lex_hash_SOURCES = gen_lex_hash.cc
gen_lex_hash_LDADD = $(LDADD) $(CXXLDFLAGS)