diff options
author | unknown <pem@mysql.com> | 2003-02-18 13:24:26 +0100 |
---|---|---|
committer | unknown <pem@mysql.com> | 2003-02-18 13:24:26 +0100 |
commit | d6303970e91fbb072909bdf6d5affc19b2ed4786 (patch) | |
tree | 0c244b38e36f4f405b593c104cfb5bea4ce05345 /libmysqld/Makefile.am | |
parent | 6cfaf04e4d81e0a30cf096b67064841dc938c07e (diff) | |
download | mariadb-git-d6303970e91fbb072909bdf6d5affc19b2ed4786.tar.gz |
Added new files to libmysqld too.
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 daf65cb2f80..451ab3378d7 100644 --- a/libmysqld/Makefile.am +++ b/libmysqld/Makefile.am @@ -55,7 +55,8 @@ sqlsources = convert.cc derror.cc field.cc field_conv.cc filesort.cc \ sql_string.cc sql_table.cc sql_test.cc sql_udf.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 + spatial.cc gstream.cc sql_help.cc \ + sp_head.cc sp_pcontext.cc sp.cc EXTRA_DIST = lib_vio.c |