diff options
author | infirit <[email protected]> | 2014-05-11 21:32:27 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2014-09-25 13:05:25 +0200 |
commit | 349afcaf2935e4fc177d50dc1047a317980dcd2d (patch) | |
tree | 6114c54a3ec1c09115d2ee58625665f4573c3e2e | |
parent | 6db1758b9cad94ab491170e722ddbca6d07a672c (diff) | |
download | atril-349afcaf2935e4fc177d50dc1047a317980dcd2d.tar.bz2 atril-349afcaf2935e4fc177d50dc1047a317980dcd2d.tar.xz |
Fix typo in Makefile.am
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 5e29a9bb..23a43443 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAG} +ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} # Set the minimum required Windows version to Windows 2000 (0x0500). if PLATFORM_WIN32 |