diff options
author | Stefano Karapetsas <[email protected]> | 2014-01-06 02:48:17 -0800 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-01-06 02:48:17 -0800 |
commit | e5a6eba4eba695c8d77e2ab904622bd1cdc13798 (patch) | |
tree | b80fd4b71ac5f0cbe27ba26513c85c9439bfc471 | |
parent | 26539f8fe1c8bae5ef5da24e63be027a046068c1 (diff) | |
parent | f0f3b3945b0cb10d8191e9768789bf91d5bd7320 (diff) | |
download | atril-e5a6eba4eba695c8d77e2ab904622bd1cdc13798.tar.bz2 atril-e5a6eba4eba695c8d77e2ab904622bd1cdc13798.tar.xz |
Merge pull request #55 from infirit/master
Add to ACLOCAL_AMFLAGS for user added flags
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 49d0eda4..5e29a9bb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -ACLOCAL_AMFLAGS = -I m4 +ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAG} # Set the minimum required Windows version to Windows 2000 (0x0500). if PLATFORM_WIN32 |