summaryrefslogtreecommitdiff
path: root/sql/Makefile.am
diff options
context:
space:
mode:
authortonu@volk.internalnet <>2001-12-10 11:02:26 +0200
committertonu@volk.internalnet <>2001-12-10 11:02:26 +0200
commit178822672f85270c167ccfd78c702142ead533f2 (patch)
treea94d75ba887483f5e578905bced3882ca89fe32c /sql/Makefile.am
parentfb3d3e18e983af8e51a62086613e0a8f3c8f5d22 (diff)
downloadmariadb-git-178822672f85270c167ccfd78c702142ead533f2.tar.gz
--des-key-file functinality added
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 4621443f4d2..d6bd4256145 100644
--- a/sql/Makefile.am
+++ b/sql/Makefile.am
@@ -70,7 +70,7 @@ mysqld_SOURCES = sql_lex.cc sql_handler.cc \
sql_update.cc sql_delete.cc uniques.cc \
procedure.cc item_uniq.cc sql_test.cc \
log.cc log_event.cc init.cc derror.cc sql_acl.cc \
- unireg.cc \
+ unireg.cc des_key_file.cc \
time.cc opt_range.cc opt_sum.cc opt_ft.cc \
records.cc filesort.cc handler.cc \
ha_heap.cc ha_myisam.cc ha_myisammrg.cc \