diff options
author | pem@mysql.com <> | 2004-05-14 16:10:31 +0200 |
---|---|---|
committer | pem@mysql.com <> | 2004-05-14 16:10:31 +0200 |
commit | df69f93ae999e125c86311e49aa83927e9d1404b (patch) | |
tree | 8e542336390a9187dee0eb53fb3eff9a519c0752 /libmysqld/Makefile.am | |
parent | ec921065357282c8c850a8286297733675e4bf44 (diff) | |
parent | 654bf99b94be51126424c7dce1bc07f1840aff83 (diff) | |
download | mariadb-git-df69f93ae999e125c86311e49aa83927e9d1404b.tar.gz |
Post-merge post-merge fix (new error codes for fparser).
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 75fe0060558..036a61208ed 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= |