From 9490e954d0cce75f5c1aad10b6b3c67f5c4a082e Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 11 Dec 2018 11:52:38 +0000 Subject: test-privserver: Move helper executable out of name-test/ This means we don't need to distinguish between DBUS_NAME_TEST_EXEC and DBUS_TEST_EXEC any more, because all test helper executables are in the same place, both during build and when installed (we don't install test-privserver since no installed test requires it yet, but in principle we could). Signed-off-by: Simon McVittie --- configure.ac | 2 -- 1 file changed, 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 4636062a..bdd82d46 100644 --- a/configure.ac +++ b/configure.ac @@ -1556,12 +1556,10 @@ AC_ARG_WITH(dbus-test-dir, AS_HELP_STRING([--with-dbus-test-dir=[dirname]],[path DBUS_PWD=$withval) DBUS_TEST_EXEC="$DBUS_PWD/test" -DBUS_NAME_TEST_EXEC="$DBUS_PWD/test/name-test" DBUS_TEST_DATA="$DBUS_PWD/test/data" AC_SUBST([DBUS_TEST_DATA]) AC_SUBST([DBUS_TEST_EXEC]) -AC_SUBST([DBUS_NAME_TEST_EXEC]) AC_DEFINE_UNQUOTED([DBUS_EXEEXT], ["$EXEEXT"], [Extension for executables, typically empty or .exe]) -- cgit v1.2.1