diff options
author | infirit <[email protected]> | 2014-05-11 21:31:09 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2014-05-11 21:31:09 +0200 |
commit | f26a32428c48899db7164858b44e252e0e037c7a (patch) | |
tree | dbee27cc4806ec0d81f3e4c6306ecff2da93bfb8 /Makefile.am | |
parent | 8145fbfd1b57b37570c4fac22de5af72ae632e1b (diff) | |
download | engrampa-f26a32428c48899db7164858b44e252e0e037c7a.tar.bz2 engrampa-f26a32428c48899db7164858b44e252e0e037c7a.tar.xz |
Fix typo in Makefile.am
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 a0fcbec..e4c7d1c 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_FLAG} +ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} if ENABLE_CAJA_ACTIONS CAJA = caja |