diff options
author | unknown <jimw@mysql.com> | 2005-01-24 13:48:48 -0800 |
---|---|---|
committer | unknown <jimw@mysql.com> | 2005-01-24 13:48:48 -0800 |
commit | c312cf2762cfc68abaebd87294331f599a522436 (patch) | |
tree | c3a261433ebe14a453233665edd8251485c39c4a /scripts/make_binary_distribution.sh | |
parent | 712f3f677b97a89bc1a2ff6a67cbda00a2be25ca (diff) | |
parent | 844fe1ea6d8a14d04e78751be1e77838aa2bbd7d (diff) | |
download | mariadb-git-c312cf2762cfc68abaebd87294331f599a522436.tar.gz |
Merge
BitKeeper/etc/ignore:
auto-union
include/my_global.h:
Auto merged
libmysql/libmysql.c:
Auto merged
libmysqld/examples/Makefile.am:
Auto merged
scripts/make_binary_distribution.sh:
Auto merged
sql/mysqld.cc:
Auto merged
tests/mysql_client_test.c:
Auto merged
Diffstat (limited to 'scripts/make_binary_distribution.sh')
-rw-r--r-- | scripts/make_binary_distribution.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/make_binary_distribution.sh b/scripts/make_binary_distribution.sh index 69f9092f1fd..f246f70b8c4 100644 --- a/scripts/make_binary_distribution.sh +++ b/scripts/make_binary_distribution.sh @@ -126,6 +126,8 @@ 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 \ "; fi @@ -186,7 +188,7 @@ fi if [ $BASE_SYSTEM != "netware" ] ; then if [ -d tests ] ; then - $CP tests/client_test tests/*.res tests/*.tst tests/*.pl $BASE/tests + $CP tests/*.res tests/*.tst tests/*.pl $BASE/tests fi if [ -d man ] ; then $CP man/*.1 $BASE/man/man1 |