From 368e150afc8c71fd94f90643f7079d20cdc7f913 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Sat, 18 Jan 2003 14:41:37 +0000 Subject: 2003-01-18 Havoc Pennington * configure.in: default --enable-tests to $USE_MAINTAINER_MODE * dbus/Makefile.am: fix it up so dubs-test-main.c is included in the distribution * test/Makefile.am: don't use special variable "TESTS" for echo-* since we don't want to use those in make check --- test/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/Makefile.am') diff --git a/test/Makefile.am b/test/Makefile.am index f9d320af..4ddf2603 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -2,12 +2,12 @@ INCLUDES=-I$(top_srcdir) $(DBUS_TEST_CFLAGS) if DBUS_BUILD_TESTS -TESTS=echo-client echo-server +TEST_BINARIES=echo-client echo-server else -TESTS= +TEST_BINARIES= endif -noinst_PROGRAMS= $(TESTS) +noinst_PROGRAMS= $(TEST_BINARIES) echo_client_SOURCES= \ echo-client.c \ -- cgit