diff options
author | infirit <[email protected]> | 2014-01-05 14:02:01 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-01-05 14:02:01 +0100 |
commit | f0f3b3945b0cb10d8191e9768789bf91d5bd7320 (patch) | |
tree | b80fd4b71ac5f0cbe27ba26513c85c9439bfc471 | |
parent | 26539f8fe1c8bae5ef5da24e63be027a046068c1 (diff) | |
download | atril-f0f3b3945b0cb10d8191e9768789bf91d5bd7320.tar.bz2 atril-f0f3b3945b0cb10d8191e9768789bf91d5bd7320.tar.xz |
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 |