mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 15:45:33 +02:00
- added make_sharedlib_distribution.sh to the source distribution
This commit is contained in:
parent
9b8b92faff
commit
4bc3f12caf
2 changed files with 120 additions and 1 deletions
|
|
@ -36,6 +36,7 @@ bin_SCRIPTS = @server_scripts@ \
|
|||
mysqld_multi
|
||||
|
||||
EXTRA_SCRIPTS = make_binary_distribution.sh \
|
||||
make_sharedlib_distribution.sh \
|
||||
make_win_src_distribution.sh \
|
||||
msql2mysql.sh \
|
||||
mysql_config.sh \
|
||||
|
|
@ -60,12 +61,13 @@ EXTRA_DIST = $(EXTRA_SCRIPTS) \
|
|||
mysqlaccess.conf \
|
||||
mysqlbug
|
||||
|
||||
pkgdata_DATA = make_binary_distribution
|
||||
pkgdata_DATA = make_binary_distribution make_sharedlib_distribution
|
||||
|
||||
# mysqlbug should be distributed built so that people can report build
|
||||
# failures with it.
|
||||
CLEANFILES = @server_scripts@ \
|
||||
make_binary_distribution \
|
||||
make_sharedlib_distribution \
|
||||
make_win_src_distribution \
|
||||
msql2mysql \
|
||||
mysql_config \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue