diff options
author | infirit <[email protected]> | 2014-01-05 14:06:29 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-01-05 14:06:29 +0100 |
commit | d49cc2caaf9c815e262a6f9db3f11bf16b848182 (patch) | |
tree | 6ff908316ebf65878729eb0a5d857289703d49cd | |
parent | f289a01288da50c18d337ce1a8a927422ef65c8b (diff) | |
download | mate-applets-d49cc2caaf9c815e262a6f9db3f11bf16b848182.tar.bz2 mate-applets-d49cc2caaf9c815e262a6f9db3f11bf16b848182.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 0d440fc8..6e3a4715 100644 --- a/Makefile.am +++ b/Makefile.am @@ -98,7 +98,7 @@ dist: ChangeLog # Make sure the ChangeLog is updated every time .PHONY: ChangeLog -ACLOCAL_AMFLAGS = -I m4 +ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} DISTCLEANFILES = intltool-extract \ intltool-merge \ |