summaryrefslogtreecommitdiffstats
path: root/dbus/Makefile.am
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2003-05-15 19:59:19 +0000
committerHavoc Pennington <hp@redhat.com>2003-05-15 19:59:19 +0000
commitf0f4335bd97732d156f0b35762f61ba2d88514ab (patch)
treee9003854f9a9ed90ec3d5778fb7def500709b238 /dbus/Makefile.am
parente9cb382daf7cef6396d1777c99f27a050f7ad4a8 (diff)
2003-05-15 Havoc Pennington <hp@redhat.com>dbus-0.11
* configure.in: 0.11 * NEWS: update * bus/Makefile.am (initddir): apparently we are supposed to put init scripts in /etc/rc.d/init.d not /etc/init.d * bus/Makefile.am: remove the "you must --enable-tests to make check" as it broke distcheck * bus/Makefile.am (install-data-hook): create /etc/dbus-1/system.d
Diffstat (limited to 'dbus/Makefile.am')
-rw-r--r--dbus/Makefile.am8
1 files changed, 0 insertions, 8 deletions
diff --git a/dbus/Makefile.am b/dbus/Makefile.am
index 99d49ab6..eac68c6a 100644
--- a/dbus/Makefile.am
+++ b/dbus/Makefile.am
@@ -150,11 +150,3 @@ dbus_test_LDADD= $(DBUS_CLIENT_LIBS) libdbus-1.la
## mop up the gcov files
clean-local:
/bin/rm *.bb *.bbg *.da *.gcov || true
-
-if DBUS_BUILD_TESTS
-### nothing
-else
-check-local:
- echo "You have to configure with --enable-tests to make check" ; \
- exit 1
-endif