mirror of
https://github.com/MariaDB/server.git
synced 2025-08-05 13:16:09 +03:00
Ensure that even the (relatively new) "mysql-test/Makefile.am" gets into the source tar-ball.
BitKeeper/etc/ignore: Added mysql-test/mysql_test_run_new to the ignore list mysql-test/Makefile.am: All source files must be contained in their respective macros in order to be contained in the DISTFILES macro so that they get included in the source file tar-ball. "my_manage.h" was missing.
This commit is contained in:
@@ -922,3 +922,4 @@ Docs/Images/mydsn-test-success.txt
|
|||||||
Docs/Images/mydsn-trace.txt
|
Docs/Images/mydsn-trace.txt
|
||||||
Docs/Images/mydsn.txt
|
Docs/Images/mydsn.txt
|
||||||
Docs/Images/myflowchart.txt
|
Docs/Images/myflowchart.txt
|
||||||
|
mysql-test/mysql_test_run_new
|
||||||
|
@@ -38,6 +38,7 @@ CLEANFILES = $(test_SCRIPTS) $(test_DATA)
|
|||||||
|
|
||||||
INCLUDES = -I$(srcdir)/../include -I../include -I..
|
INCLUDES = -I$(srcdir)/../include -I../include -I..
|
||||||
bin_PROGRAMS = mysql_test_run_new
|
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
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user