diff options
author | unknown <andrey@lmy004.> | 2006-06-21 08:58:56 +0200 |
---|---|---|
committer | unknown <andrey@lmy004.> | 2006-06-21 08:58:56 +0200 |
commit | 7d3f1e7a239b52c71db58c7e460e8d3b56ca7d2a (patch) | |
tree | 2a7d8f0333638a1e442f56494a6c73eb456555be /sql/Makefile.am | |
parent | d898972dc034176e4a6f4334bf3a6c1a6827f9c3 (diff) | |
download | mariadb-git-7d3f1e7a239b52c71db58c7e460e8d3b56ca7d2a.tar.gz |
add event_timed.h also to the 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 e3b2447341d..387f18c2ae9 100644 --- a/sql/Makefile.am +++ b/sql/Makefile.am @@ -65,7 +65,7 @@ noinst_HEADERS = item.h item_func.h item_sum.h item_cmpfunc.h \ sp_head.h sp_pcontext.h sp_rcontext.h sp.h sp_cache.h \ parse_file.h sql_view.h sql_trigger.h \ sql_array.h sql_cursor.h events.h events_priv.h \ - sql_plugin.h authors.h sql_partition.h \ + sql_plugin.h authors.h sql_partition.h event_timed.h \ partition_info.h partition_element.h event_scheduler.h \ contributors.h mysqld_SOURCES = sql_lex.cc sql_handler.cc sql_partition.cc \ |