summaryrefslogtreecommitdiff
path: root/sql/Makefile.am
diff options
context:
space:
mode:
authorSergey Vojtovich <svoj@sun.com>2010-01-19 17:30:55 +0400
committerSergey Vojtovich <svoj@sun.com>2010-01-19 17:30:55 +0400
commit667b5944a7a28dcefdd725d360b6631bd74aedc8 (patch)
tree667b5c726df9ea2c6435bb9a13fad521165d32ec /sql/Makefile.am
parenta6165accb3279fe64b672fa0eeaa30ef12cf6557 (diff)
parent9130563708cbdbb488e5361af79eb9f4b9dab0ea (diff)
downloadmariadb-git-667b5944a7a28dcefdd725d360b6631bd74aedc8.tar.gz
Merge backport of WL#3771 with mysql-next-mr.
Diffstat (limited to 'sql/Makefile.am')
-rw-r--r--sql/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/sql/Makefile.am b/sql/Makefile.am
index 5f8bc8ef112..e22de4931db 100644
--- a/sql/Makefile.am
+++ b/sql/Makefile.am
@@ -111,6 +111,7 @@ noinst_HEADERS = item.h item_func.h item_sum.h item_cmpfunc.h \
sql_plugin.h authors.h event_parse_data.h \
event_data_objects.h event_scheduler.h \
sql_partition.h partition_info.h partition_element.h \
+ sql_audit.h \
contributors.h sql_servers.h sql_signal.h records.h \
sql_prepare.h rpl_handler.h replication.h sys_vars.h
@@ -157,7 +158,8 @@ mysqld_SOURCES = sql_lex.cc sql_handler.cc sql_partition.cc \
event_queue.cc event_db_repository.cc events.cc \
sql_plugin.cc sql_binlog.cc \
sql_builtin.cc sql_tablespace.cc partition_info.cc \
- sql_servers.cc event_parse_data.cc sql_signal.cc \
+ sql_servers.cc sql_audit.cc \
+ event_parse_data.cc sql_signal.cc \
rpl_handler.cc
nodist_mysqld_SOURCES = mini_client_errors.c pack.c client.c my_time.c my_user.c