mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 03:17:20 +02:00
Makefile.am:
added so that it is possible to make mysql_test_run_new but not done for target all do: make mysql_test_run_new
This commit is contained in:
parent
f3cd21dbb3
commit
3f38389905
1 changed files with 2 additions and 3 deletions
|
|
@ -37,10 +37,9 @@ 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..
|
||||
# remove mysql_test_run_new for now, it breaks the make
|
||||
#bin_PROGRAMS = mysql_test_run_new
|
||||
EXTRA_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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue