]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
Distribute tap-test.sh.in unconditionally
authorSimon McVittie <smcv@debian.org>
Wed, 19 Aug 2015 21:04:30 +0000 (22:04 +0100)
committerSimon McVittie <smcv@debian.org>
Tue, 25 Aug 2015 15:42:15 +0000 (16:42 +0100)
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=91684
Reviewed-by: Tyler Hicks <tyhicks@canonical.com>
test/Makefile.am

index 9540a2c105167e1cdd3d12a0ed9eee6566225013..6734ab992293e40f4cdf8df21d9fc2001851601a 100644 (file)
@@ -43,6 +43,7 @@ LOG_COMPILER = $(srcdir)/glib-tap-test.sh
 SH_LOG_DRIVER = $(LOG_DRIVER)
 SH_LOG_COMPILER = $(SHELL)
 EXTRA_DIST += glib-tap-test.sh
+EXTRA_DIST += tap-test.sh.in
 
 TESTS =
 
@@ -74,7 +75,6 @@ endif
 
 TESTS += $(wrap_bus_tests) $(wrap_dbus_tests)
 CLEANFILES += $(wrap_bus_tests) $(wrap_dbus_tests)
-EXTRA_DIST += tap-test.sh.in
 
 $(wrap_bus_tests): test-bus%.sh: ../bus/test-bus%$(EXEEXT) tap-test.sh.in Makefile
        sed -e 's![@]RUN[@]!$<!' \