diff options
author | Stefano Karapetsas <[email protected]> | 2014-01-06 02:48:11 -0800 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-01-06 02:48:11 -0800 |
commit | d5b643e339e529853e6442e07f6c7f9d2d6ac169 (patch) | |
tree | 9ba47f3b31e1d85ff43a35e9cf94da90ed0d862e | |
parent | f4611c3411c44e792f729a0780c31b0aa55fe004 (diff) | |
parent | 547005a1b193d8fd6ede7bca6e9614d4cda23f6f (diff) | |
download | engrampa-d5b643e339e529853e6442e07f6c7f9d2d6ac169.tar.bz2 engrampa-d5b643e339e529853e6442e07f6c7f9d2d6ac169.tar.xz |
Merge pull request #40 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 40554c1..1aca59c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ ## Process this file with automake to produce Makefile.in. -ACLOCAL_AMFLAGS = -I m4 +ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAG} if ENABLE_CAJA_ACTIONS CAJA = caja |