diff options
author | unknown <lenz@kallisto.local> | 2003-12-04 12:02:18 +0100 |
---|---|---|
committer | unknown <lenz@kallisto.local> | 2003-12-04 12:02:18 +0100 |
commit | 4b994e772e47630ff2e13341cefb34edf32a5c03 (patch) | |
tree | 181e18fcaabc4b3bbace21069bf45128d06213e6 /sql/Makefile.am | |
parent | 43ad6617cdc16f520ad4fee2c976bcb5a4e6fa60 (diff) | |
download | mariadb-git-4b994e772e47630ff2e13341cefb34edf32a5c03.tar.gz |
- Added missing backslash to sql/Makefile.am that prevented the sp_* header
files from being included in the source distribution
sql/Makefile.am:
- Added missing backslash that prevented the sp_* header files from being
included in the source distribution
Diffstat (limited to 'sql/Makefile.am')
-rw-r--r-- | sql/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/Makefile.am b/sql/Makefile.am index 170cd170b96..7353b58df07 100644 --- a/sql/Makefile.am +++ b/sql/Makefile.am @@ -57,7 +57,7 @@ noinst_HEADERS = item.h item_func.h item_sum.h item_cmpfunc.h \ lex.h lex_symbol.h sql_acl.h sql_crypt.h \ log_event.h sql_repl.h slave.h \ stacktrace.h sql_sort.h sql_cache.h set_var.h \ - spatial.h gstream.h client_settings.h + spatial.h gstream.h client_settings.h \ sp_head.h sp_pcontext.h sp_rcontext.h sp.h sp_cache.h mysqld_SOURCES = sql_lex.cc sql_handler.cc \ item.cc item_sum.cc item_buff.cc item_func.cc \ |