diff options
author | infirit <[email protected]> | 2014-01-05 14:10:18 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-01-05 14:10:18 +0100 |
commit | 26619c9cfaa0cab46054e378c38075623063abd5 (patch) | |
tree | 3cbd58f9a25ca65a275773855eca045e2405fab0 | |
parent | 16d15f21c3b4ccd46fcc189f2b8bd7071becf167 (diff) | |
download | mate-panel-26619c9cfaa0cab46054e378c38075623063abd5.tar.bz2 mate-panel-26619c9cfaa0cab46054e378c38075623063abd5.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 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 |