diff options
author | infirit <[email protected]> | 2014-01-05 14:09:35 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-01-05 14:09:35 +0100 |
commit | 485f6e18eded3008f1cac49e5cabbefe96fb6a98 (patch) | |
tree | 5bf911ad7f56e7b052a0a77c74a5b215dd8c248c /Makefile.am | |
parent | 6f5c9a26ca23e3adaeda4ff7a781d69191f4d3ab (diff) | |
download | mate-menus-485f6e18eded3008f1cac49e5cabbefe96fb6a98.tar.bz2 mate-menus-485f6e18eded3008f1cac49e5cabbefe96fb6a98.tar.xz |
Add to ACLOCAL_AMFLAGS for user added flags
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 887f103..b9706e7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,7 +4,7 @@ if HAVE_PYTHON SUBDIRS += python endif -ACLOCAL_AMFLAGS = -I m4 +ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} DISTCHECK_CONFIGURE_FLAGS = --disable-introspection --disable-python |