From eb4e3f30d1e5a029273ad4086b79000ae9d96c8f Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 29 Nov 2017 13:26:46 +0300 Subject: Install errmsg.h and mysql_error.h --- mysql/buildfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'mysql/buildfile') diff --git a/mysql/buildfile b/mysql/buildfile index 1c7b0ef..3983e79 100644 --- a/mysql/buildfile +++ b/mysql/buildfile @@ -235,17 +235,17 @@ else # lib{mysqlclient}: cc.export.poptions = "-I$out_root" "-I$src_root" -# Let's install the bare minimum of headers: mysql.h and headers it recursively -# includes. +# Let's install the bare minimum of headers: mysql.h, errmsg.h, mysqld_error.h +# and headers they recursively include. # h{*}: install = false hxx{*}: install = false # @@ Fix once LHS pair generation is implemented. # -for h: mysql mysql_version mysql_com mysql_time my_list my_alloc my_command \ - binary_log_types typelib \ - mysql/client_plugin mysql/plugin_auth_common \ +for h: mysql errmsg mysqld_error mysql_time mysql_version mysql_com \ + my_list my_alloc my_command binary_log_types typelib \ + mysql/client_plugin mysql/plugin_auth_common \ mysql/psi/psi_base mysql/psi/psi_memory { h{$h}@./: install = include/mysql/$path.directory($h) -- cgit v1.1