diff options
author | Daniel Fischer <df@sun.com> | 2010-04-16 10:27:18 +0200 |
---|---|---|
committer | MySQL Build Team <build@mysql.com> | 2010-04-16 10:27:18 +0200 |
commit | c62d8e5cb5ae57cedd08f761e99cab0e98f8496a (patch) | |
tree | 1784f24fe8f497f687a8e9841f29c57d0b097cab /scripts/make_win_bin_dist | |
parent | 8b79e6209cd8222855e8a7e4a52b0d4ec0263634 (diff) | |
download | mariadb-git-c62d8e5cb5ae57cedd08f761e99cab0e98f8496a.tar.gz |
Make the libraries we produce on Windows actually usable
Diffstat (limited to 'scripts/make_win_bin_dist')
-rwxr-xr-x | scripts/make_win_bin_dist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/make_win_bin_dist b/scripts/make_win_bin_dist index 7e8428bfe5c..9af722f7afc 100755 --- a/scripts/make_win_bin_dist +++ b/scripts/make_win_bin_dist @@ -249,6 +249,7 @@ cp include/mysql.h \ include/decimal.h \ include/errmsg.h \ include/my_global.h \ + include/my_config.h \ include/my_net.h \ include/my_getopt.h \ include/sslopt-longopts.h \ |