summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2011-02-24 15:58:01 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2011-02-24 15:58:01 +0000
commitfb06b43956355619a2513bfda41a32185be8a9c8 (patch)
tree55555c7398a6e60875af27f365111e9f64ca1dad /Makefile.am
parent260f70e0afacabcda74a713d81b98f47e2d9060c (diff)
downloaddbus-fb06b43956355619a2513bfda41a32185be8a9c8.tar.gz
Honour aclocal flags in Makefile.am, rather than gluing them onto ACLOCAL
Part of a patch by Javier Jardón. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=32245 Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index ac7dcb15..52b40e9f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -29,6 +29,6 @@ update-authors:
DISTCHECK_CONFIGURE_FLAGS = \
--with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir)
-ACLOCAL_AMFLAGS = -I m4
+ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
include tools/lcov.am