summaryrefslogtreecommitdiff
path: root/scripts/make_binary_distribution.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/make_binary_distribution.sh')
-rw-r--r--scripts/make_binary_distribution.sh12
1 files changed, 8 insertions, 4 deletions
diff --git a/scripts/make_binary_distribution.sh b/scripts/make_binary_distribution.sh
index 22b51168c23..33d4794e4f7 100644
--- a/scripts/make_binary_distribution.sh
+++ b/scripts/make_binary_distribution.sh
@@ -107,8 +107,11 @@ BIN_FILES="extra/comp_err$BS extra/replace$BS extra/perror$BS \
client/mysql$BS client/mysqlshow$BS client/mysqladmin$BS \
client/mysqldump$BS client/mysqlimport$BS \
client/mysqltest$BS client/mysqlcheck$BS \
- client/mysqlbinlog$BS
-";
+ client/mysqlbinlog$BS \
+ tests/mysql_client_test$BS \
+ libmysqld/examples/mysql_client_test_embedded$BS \
+ libmysqld/examples/mysqltest_embedded$BS \
+ ";
# Platform-specific bin dir files:
if [ $BASE_SYSTEM = "netware" ] ; then
@@ -127,8 +130,9 @@ else
client/.libs/mysqltest client/.libs/mysqlcheck \
client/.libs/mysqlbinlog client/.libs/mysqlmanagerc \
client/.libs/mysqlmanager-pwgen tools/.libs/mysqlmanager \
- tests/.libs/mysql_client_test libmysqld/examples/mysql_client_test_embedded \
- libmysqld/examples/mysqltest_embedded \
+ tests/.libs/mysql_client_test \
+ libmysqld/examples/.libs/mysql_client_test_embedded \
+ libmysqld/examples/.libs/mysqltest_embedded \
";
fi