diff options
author | unknown <tomas@poseidon.ndb.mysql.com> | 2004-11-08 10:41:59 +0000 |
---|---|---|
committer | unknown <tomas@poseidon.ndb.mysql.com> | 2004-11-08 10:41:59 +0000 |
commit | 61838e4c372bbea279ad086ac26d3097196e4bdf (patch) | |
tree | 8f32b9a00027bb3ee4249e7b75e89725e2df59b0 /mysql-test/Makefile.am | |
parent | d03f2330aa5dfb3116696b5b2c74fc654e7fa1e7 (diff) | |
download | mariadb-git-61838e4c372bbea279ad086ac26d3097196e4bdf.tar.gz |
Makefile.am:
remove mysql_test_run_new for now, it breaks the make
mysql-test/Makefile.am:
remove mysql_test_run_new for now, it breaks the make
Diffstat (limited to 'mysql-test/Makefile.am')
-rw-r--r-- | mysql-test/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mysql-test/Makefile.am b/mysql-test/Makefile.am index ad02d304d1b..8ae0c256148 100644 --- a/mysql-test/Makefile.am +++ b/mysql-test/Makefile.am @@ -37,9 +37,10 @@ test_DATA = std_data/client-key.pem std_data/client-cert.pem std_data/cacert.pem CLEANFILES = $(test_SCRIPTS) $(test_DATA) INCLUDES = -I$(srcdir)/../include -I../include -I.. -bin_PROGRAMS = mysql_test_run_new +# remove mysql_test_run_new for now, it breaks the make +#bin_PROGRAMS = mysql_test_run_new noinst_HEADERS = my_manage.h -mysql_test_run_new_SOURCES= mysql_test_run_new.c my_manage.c +#mysql_test_run_new_SOURCES= mysql_test_run_new.c my_manage.c dist-hook: |