summaryrefslogtreecommitdiff
path: root/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 /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 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 0 insertions, 8 deletions
diff --git a/Makefile.am b/Makefile.am
index 628b69e9..4b733db9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -24,14 +24,6 @@ EXTRA_DIST = \
all-local: Doxyfile
-if DBUS_BUILD_TESTS
-### nothing
-else
-check-local:
- echo "You have to configure with --enable-tests to make check" ; \
- exit 1
-endif
-
if DBUS_GCOV_ENABLED
clean-gcov:
find -name "*.da" -o -name "*.gcov" | xargs rm || true