summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2014-01-11 10:02:34 -0700
committerColin Walters <walters@verbum.org>2014-01-11 10:02:34 -0700
commit211d9c7985c5d02788948e25dec4c17e73c69c2b (patch)
treed1c8892ca7676f3e614a2b9e4824804958573524 /Makefile.am
parentff2c592ac9aac2da126a1c629f15bebf202924e8 (diff)
downloadostree-211d9c7985c5d02788948e25dec4c17e73c69c2b.tar.gz
build: Don't use += for ACLOCAL_AMFLAGS
It confuses the autotools.
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 e202f0d7..451237f4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -17,7 +17,7 @@
include Makefile-decls.am
-ACLOCAL_AMFLAGS += -I m4 ${ACLOCAL_FLAGS}
+ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
AM_CPPFLAGS += -DDATADIR='"$(datadir)"' -DLIBEXECDIR='"$(libexecdir)"' \
-DOSTREE_FEATURES='"$(OSTREE_FEATURES)"' \
-DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 \