From b7b7fcb22d9b65534152f63d21176f13fb8d8595 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 29 Nov 2017 13:27:19 +0300 Subject: Install errmsg.h and mysql_error.h --- mysql/buildfile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'mysql') diff --git a/mysql/buildfile b/mysql/buildfile index dfd433e..52163c2 100644 --- a/mysql/buildfile +++ b/mysql/buildfile @@ -247,8 +247,8 @@ else # lib{mariadb}: c.export.poptions = "-I$out_root" "-I$src_root" -# Let's install the bare minimum of headers: mysql/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. # # Note that we don't install dyncol and client plugin API headers. Including # them wouldn't work out of the box anyway, as they include prerequisite @@ -260,7 +260,8 @@ h{*}: install = false # @@ Fix once LHS pair generation is implemented. # -for h: mysql mariadb_com ma_list mariadb_ctype mariadb_stmt mariadb_version +for h: mysql errmsg mysqld_error mariadb_version mariadb_com ma_list \ + mariadb_ctype mariadb_stmt h{$h}@./: install = include/mysql/ # Install into the mysql/ subdirectory of, say, /usr/include. -- cgit v1.1