diff options
author | infirit <[email protected]> | 2014-05-11 21:32:27 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2014-05-11 21:32:27 +0200 |
commit | ff8c5fca03211db8f58368ecf35c3ab63ed876fd (patch) | |
tree | 60fe5ce2d919b42d547b92d98c1860caa77f2c0d | |
parent | 19ab7fa07f948b30e57ab7b781a6e2f3a5164645 (diff) | |
download | atril-ff8c5fca03211db8f58368ecf35c3ab63ed876fd.tar.bz2 atril-ff8c5fca03211db8f58368ecf35c3ab63ed876fd.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 |