From 00d05c1e6dce8528e51bf46badee1bcf73452055 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 5 Nov 2004 15:50:53 +0100 Subject: [PATCH] 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. --- .bzrignore | 1 + mysql-test/Makefile.am | 1 + 2 files changed, 2 insertions(+) diff --git a/.bzrignore b/.bzrignore index 27fb593c662..1e89b903ac7 100644 --- a/.bzrignore +++ b/.bzrignore @@ -922,3 +922,4 @@ Docs/Images/mydsn-test-success.txt Docs/Images/mydsn-trace.txt Docs/Images/mydsn.txt Docs/Images/myflowchart.txt +mysql-test/mysql_test_run_new diff --git a/mysql-test/Makefile.am b/mysql-test/Makefile.am index 4e8601f1b88..ad02d304d1b 100644 --- a/mysql-test/Makefile.am +++ b/mysql-test/Makefile.am @@ -38,6 +38,7 @@ CLEANFILES = $(test_SCRIPTS) $(test_DATA) INCLUDES = -I$(srcdir)/../include -I../include -I.. bin_PROGRAMS = mysql_test_run_new +noinst_HEADERS = my_manage.h mysql_test_run_new_SOURCES= mysql_test_run_new.c my_manage.c