diff options
author | unknown <greg@gcw.ath.cx> | 2003-08-06 22:57:14 -0400 |
---|---|---|
committer | unknown <greg@gcw.ath.cx> | 2003-08-06 22:57:14 -0400 |
commit | bb9568e092f82b67a615615239cb9810b45fc0b6 (patch) | |
tree | 306a6a5be2878bb451cc9eadaa1f0db9578b9a64 /scripts/Makefile.am | |
parent | 3ee893cc3d0fb755a6d435a7cc41e0e819781761 (diff) | |
download | mariadb-git-bb9568e092f82b67a615615239cb9810b45fc0b6.tar.gz |
Copied Venu's make_win_src_distribution script from 4.1 tree
scripts/Makefile.am:
Add make_win_src_distribution to EXTRA_SCRIPTS
Diffstat (limited to 'scripts/Makefile.am')
-rw-r--r-- | scripts/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 8f17d8519b8..f1ca6023fbe 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -35,6 +35,7 @@ bin_SCRIPTS = @server_scripts@ \ mysqld_multi EXTRA_SCRIPTS = make_binary_distribution.sh \ + make_win_src_distribution.sh \ msql2mysql.sh \ mysql_config.sh \ mysql_fix_privilege_tables.sh \ |