mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Make sure mysql_client_test and embedded test clients get added to
binary distribution on all platforms.
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user