summaryrefslogtreecommitdiff
path: root/sql/Makefile.am
diff options
context:
space:
mode:
authorunknown <monty@hundin.mysql.fi>2001-12-13 03:36:36 +0200
committerunknown <monty@hundin.mysql.fi>2001-12-13 03:36:36 +0200
commit1ad683a4ff84d6dc6e3d1649d656623a8f88069a (patch)
treea6e815e1cd4e8eae71ab4ba58d4bb2176a45d561 /sql/Makefile.am
parenteaee0ac0caae0b0c6193ca3b003b4167daf28c3e (diff)
downloadmariadb-git-1ad683a4ff84d6dc6e3d1649d656623a8f88069a.tar.gz
Fixes for des_crypt functions.
sql/Makefile.am: Added missing header file sql/des_key_file.cc: Fixed compiler errors sql/item_strfunc.cc: Fixed compiler errors sql/lex.h: Portablity fix sql/mysql_priv.h: Fixed wrong type sql/sql_yacc.yy: Portablity fix
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 d6bd4256145..8238160d652 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 \
log_event.h mini_client.h sql_repl.h slave.h \
- stacktrace.h sql_sort.h
+ stacktrace.h sql_sort.h sql_cache.h
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 \