diff options
author | unknown <serg@serg.mysql.com> | 2001-04-13 21:29:06 +0200 |
---|---|---|
committer | unknown <serg@serg.mysql.com> | 2001-04-13 21:29:06 +0200 |
commit | cb02f1671d54f0ecd0baeab00fd2c3014303fdb1 (patch) | |
tree | ae2d8790dbf1ae24cc87a52f4f3aa16bbb1d8158 /sql/Makefile.am | |
parent | 5128e3750d6296017ffd86497516133ee4285386 (diff) | |
parent | ce3b58d6c93e2593ec41c8b7bfddc7c7eb1d2c6d (diff) | |
download | mariadb-git-cb02f1671d54f0ecd0baeab00fd2c3014303fdb1.tar.gz |
merged
Diffstat (limited to 'sql/Makefile.am')
-rw-r--r-- | sql/Makefile.am | 2 |
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 \ |