diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-11-29 13:27:19 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-11-29 13:27:19 +0300 |
commit | b7b7fcb22d9b65534152f63d21176f13fb8d8595 (patch) | |
tree | 49cb36ea48916f36509fd0d43359e208cea39706 /mysql | |
parent | be0b110e862dcf6e6aa1845e0f6e575c9f1a6561 (diff) |
Install errmsg.h and mysql_error.h
Diffstat (limited to 'mysql')
-rw-r--r-- | mysql/buildfile | 7 |
1 files changed, 4 insertions, 3 deletions
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. |