summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2014-01-06 02:48:17 -0800
committerStefano Karapetsas <[email protected]>2014-01-06 02:48:17 -0800
commite5a6eba4eba695c8d77e2ab904622bd1cdc13798 (patch)
treeb80fd4b71ac5f0cbe27ba26513c85c9439bfc471
parent26539f8fe1c8bae5ef5da24e63be027a046068c1 (diff)
parentf0f3b3945b0cb10d8191e9768789bf91d5bd7320 (diff)
downloadatril-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.am2
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