summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2014-01-06 02:47:15 -0800
committerStefano Karapetsas <[email protected]>2014-01-06 02:47:15 -0800
commit3499d2978abfc9a6def47db59ca826fd5c44ee8e (patch)
tree4a27aeb888c040d8f40eaade8609acb5e2f4a635
parent334f232ef405664f390e926671fbbe74d1b322c0 (diff)
parent75dbce2fafe5b45aecc8a9a944a92ae826986450 (diff)
downloadcaja-3499d2978abfc9a6def47db59ca826fd5c44ee8e.tar.bz2
caja-3499d2978abfc9a6def47db59ca826fd5c44ee8e.tar.xz
Merge pull request #230 from infirit/master
Add to ACLOCAL_AMFLAGS for user added flags
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index a6b8cfdd..c46bf60f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -34,7 +34,7 @@ DISTCLEANFILES = \
DISTCHECK_CONFIGURE_FLAGS = --disable-update-mimedb --disable-icon-update --enable-gtk-doc
-ACLOCAL_AMFLAGS = -I m4
+ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
distclean-local:
if test "$(srcdir)" = "."; then :; else \