summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorinfirit <[email protected]>2014-01-05 14:02:01 +0100
committerinfirit <[email protected]>2014-01-05 14:02:01 +0100
commitf0f3b3945b0cb10d8191e9768789bf91d5bd7320 (patch)
treeb80fd4b71ac5f0cbe27ba26513c85c9439bfc471 /Makefile.am
parent26539f8fe1c8bae5ef5da24e63be027a046068c1 (diff)
downloadatril-f0f3b3945b0cb10d8191e9768789bf91d5bd7320.tar.bz2
atril-f0f3b3945b0cb10d8191e9768789bf91d5bd7320.tar.xz
Add to ACLOCAL_AMFLAGS for user added flags
Diffstat (limited to 'Makefile.am')
-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