diff options
author | Stefano Karapetsas <[email protected]> | 2014-01-06 02:47:05 -0800 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-01-06 02:47:05 -0800 |
commit | 524fa5d8ea5937dad40b7dd97680e5ac34c509fc (patch) | |
tree | 3cbd58f9a25ca65a275773855eca045e2405fab0 | |
parent | 16d15f21c3b4ccd46fcc189f2b8bd7071becf167 (diff) | |
parent | 26619c9cfaa0cab46054e378c38075623063abd5 (diff) | |
download | mate-panel-524fa5d8ea5937dad40b7dd97680e5ac34c509fc.tar.bz2 mate-panel-524fa5d8ea5937dad40b7dd97680e5ac34c509fc.tar.xz |
Merge pull request #154 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 6aa5c924..336d3447 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,7 +9,7 @@ SUBDIRS = \ man \ po -ACLOCAL_AMFLAGS = -I m4 +ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --disable-introspection --disable-scrollkeeper |