diff options
author | infirit <[email protected]> | 2014-01-05 14:11:59 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-01-05 14:11:59 +0100 |
commit | 75dbce2fafe5b45aecc8a9a944a92ae826986450 (patch) | |
tree | 5dd5b0780215c83399a05d08d9d0ab7c6563c6ef | |
parent | 551a745d6b83581b8a437695faf5a852d1c6ad29 (diff) | |
download | caja-75dbce2fafe5b45aecc8a9a944a92ae826986450.tar.bz2 caja-75dbce2fafe5b45aecc8a9a944a92ae826986450.tar.xz |
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 \ |