aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorXan Lopez <xan@gnome.org>2010-09-02 02:30:06 +0800
committerXan Lopez <xan@gnome.org>2010-09-02 02:30:06 +0800
commit0a32007b2d9834e25bc180e520390074ac1eaf0c (patch)
tree5d5bb9a62388b5701beb1666d88ec051139a6d12 /Makefile.am
parent1a21e15098d622ecb06efa4034d3f2d8e5dc4d79 (diff)
downloadgsoc2013-epiphany-0a32007b2d9834e25bc180e520390074ac1eaf0c.tar
gsoc2013-epiphany-0a32007b2d9834e25bc180e520390074ac1eaf0c.tar.gz
gsoc2013-epiphany-0a32007b2d9834e25bc180e520390074ac1eaf0c.tar.bz2
gsoc2013-epiphany-0a32007b2d9834e25bc180e520390074ac1eaf0c.tar.lz
gsoc2013-epiphany-0a32007b2d9834e25bc180e520390074ac1eaf0c.tar.xz
gsoc2013-epiphany-0a32007b2d9834e25bc180e520390074ac1eaf0c.tar.zst
gsoc2013-epiphany-0a32007b2d9834e25bc180e520390074ac1eaf0c.zip
Makefile: pass ACLOCAL_FLAGS to aclocal
That way it can pick up m4 files in weird places if set-up properly, like by jhbuild.
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 6fe44ea51..68235f776 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,7 +4,7 @@ if ENABLE_TESTS
SUBDIRS += tests
endif
-ACLOCAL_AMFLAGS = -I m4
+ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
NULL =