diff options
author | Stefano Karapetsas <[email protected]> | 2014-01-06 02:47:53 -0800 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-01-06 02:47:53 -0800 |
commit | 15465095da4a240654e2e1aea5dec5486f7e2c95 (patch) | |
tree | 59cac398008d4851b6826b74f20d09ac1dfe1147 /Makefile.am | |
parent | 75fb1de192925bc0bd55a3bc0930e3c30e367273 (diff) | |
parent | ba1de3dc45ed7d353b23cfa2cb9ea9b7076bd663 (diff) | |
download | mate-desktop-15465095da4a240654e2e1aea5dec5486f7e2c95.tar.bz2 mate-desktop-15465095da4a240654e2e1aea5dec5486f7e2c95.tar.xz |
Merge pull request #90 from infirit/master
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 58123bb..83e0054 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,7 +10,7 @@ if USER_GUIDE_ENABLED SUBDIRS += user-guide endif -ACLOCAL_AMFLAGS = -I m4 +ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --disable-scrollkeeper --enable-mpaste |