diff options
author | bell@sanja.is.com.ua <> | 2004-05-11 23:23:49 +0300 |
---|---|---|
committer | bell@sanja.is.com.ua <> | 2004-05-11 23:23:49 +0300 |
commit | 3c5cec08c086c35160a4707e85c4dfd827d00185 (patch) | |
tree | 4a14eff8f720b5252a8bce7d5b88155fd0dabffb /libmysqld/Makefile.am | |
parent | f3dab7be1220df897afbeaa8e49231f5d62df4f0 (diff) | |
download | mariadb-git-3c5cec08c086c35160a4707e85c4dfd827d00185.tar.gz |
file parser for new .frm
Diffstat (limited to 'libmysqld/Makefile.am')
-rw-r--r-- | libmysqld/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libmysqld/Makefile.am b/libmysqld/Makefile.am index ccdf724df68..c1f12659378 100644 --- a/libmysqld/Makefile.am +++ b/libmysqld/Makefile.am @@ -58,7 +58,8 @@ sqlsources = derror.cc field.cc field_conv.cc strfunc.cc filesort.cc \ sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc \ unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc \ spatial.cc gstream.cc sql_help.cc protocol_cursor.cc \ - sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc + sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc \ + parse_file.cc libmysqld_int_a_SOURCES= $(libmysqld_sources) $(libmysqlsources) $(sqlsources) libmysqld_a_SOURCES= |