diff options
author | Stefano Karapetsas <[email protected]> | 2014-01-06 02:47:15 -0800 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-01-06 02:47:15 -0800 |
commit | 3499d2978abfc9a6def47db59ca826fd5c44ee8e (patch) | |
tree | 4a27aeb888c040d8f40eaade8609acb5e2f4a635 | |
parent | 334f232ef405664f390e926671fbbe74d1b322c0 (diff) | |
parent | 75dbce2fafe5b45aecc8a9a944a92ae826986450 (diff) | |
download | caja-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.am | 2 |
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 \ |