summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2013-08-29 09:22:49 -0600
committerPhilip Withnall <philip@tecnocode.co.uk>2013-12-18 23:41:31 +0000
commit1606f446ebf48ae0232fdb69deed9666c390048f (patch)
tree3dd5cae97bbe40ac377ff2132055070f5d473198
parent840e08976cbc8b19949092bdb469c125e9b5bf9b (diff)
downloadlibgdata-1606f446ebf48ae0232fdb69deed9666c390048f.tar.gz
build: Add ACLOCAL_FLAGS to ACLOCAL_AMFLAGS
This fixes the build with recent changes to gnome-common. See: https://bugzilla.gnome.org/show_bug.cgi?id=706826
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 67d4686f..8282e5bf 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
SUBDIRS = . gdata/tests po docs
-ACLOCAL_AMFLAGS = -I m4
+ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
DISTCHECK_CONFIGURE_FLAGS =
MAINTAINERCLEANFILES =