summaryrefslogtreecommitdiff
path: root/sql/Makefile.am
diff options
context:
space:
mode:
authorunknown <serg@serg.mysql.com>2001-04-13 21:29:06 +0200
committerunknown <serg@serg.mysql.com>2001-04-13 21:29:06 +0200
commitcb02f1671d54f0ecd0baeab00fd2c3014303fdb1 (patch)
treeae2d8790dbf1ae24cc87a52f4f3aa16bbb1d8158 /sql/Makefile.am
parent5128e3750d6296017ffd86497516133ee4285386 (diff)
parentce3b58d6c93e2593ec41c8b7bfddc7c7eb1d2c6d (diff)
downloadmariadb-git-cb02f1671d54f0ecd0baeab00fd2c3014303fdb1.tar.gz
merged
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 4291c3f3c7b..2fc621090b3 100644
--- a/sql/Makefile.am
+++ b/sql/Makefile.am
@@ -56,7 +56,7 @@ noinst_HEADERS = item.h item_func.h item_sum.h item_cmpfunc.h \
sql_select.h structs.h table.h sql_udf.h hash_filo.h\
lex.h lex_symbol.h sql_acl.h sql_crypt.h md5.h \
log_event.h mini_client.h sql_repl.h slave.h
-mysqld_SOURCES = sql_lex.cc \
+mysqld_SOURCES = sql_lex.cc sql_handler.cc \
item.cc item_sum.cc item_buff.cc item_func.cc \
item_cmpfunc.cc item_strfunc.cc item_timefunc.cc \
thr_malloc.cc item_create.cc \