diff options
author | infirit <[email protected]> | 2014-01-05 14:00:29 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-01-28 14:50:00 +0100 |
commit | d39ae16bb7636dc6b510f3b8448589fad381077a (patch) | |
tree | 24d4d30668fc069d0981f9be7b31ab932a921b39 /Makefile.am | |
parent | 7b8da17d154f5d799939ae9fbc0eb3420a12f920 (diff) | |
download | engrampa-d39ae16bb7636dc6b510f3b8448589fad381077a.tar.bz2 engrampa-d39ae16bb7636dc6b510f3b8448589fad381077a.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 ed2daca..45186d7 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 |