diff options
author | infirit <[email protected]> | 2014-05-11 21:31:09 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2014-09-25 15:21:38 +0200 |
commit | d99dba2ed14ad549bb79e08c68a8913bc2fc8997 (patch) | |
tree | e786e28017a2c1466470b51ae303ed550d179b2e /Makefile.am | |
parent | 7c8f5f3d73bada32f27625a6939456977ff0757e (diff) | |
download | engrampa-d99dba2ed14ad549bb79e08c68a8913bc2fc8997.tar.bz2 engrampa-d99dba2ed14ad549bb79e08c68a8913bc2fc8997.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 |