diff options
author | infirit <[email protected]> | 2014-01-05 14:00:56 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-01-05 14:00:56 +0100 |
commit | 547005a1b193d8fd6ede7bca6e9614d4cda23f6f (patch) | |
tree | 9ba47f3b31e1d85ff43a35e9cf94da90ed0d862e /Makefile.am | |
parent | f4611c3411c44e792f729a0780c31b0aa55fe004 (diff) | |
download | engrampa-547005a1b193d8fd6ede7bca6e9614d4cda23f6f.tar.bz2 engrampa-547005a1b193d8fd6ede7bca6e9614d4cda23f6f.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 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 |