summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authormalosek <malosek@fastmq.com>2010-01-05 13:46:35 +0100
committermalosek <malosek@fastmq.com>2010-01-05 13:46:35 +0100
commit8d339e959694107df8f1666634a34f54ad76ae41 (patch)
treef9dbf44ebdf86fff4aa34fd4245bee347656d15d /Makefile.am
parent11fec367d1a13c3f0248f8542eb805b8d9571685 (diff)
Fixed newer autotools warningng about AC_CONFIG_MACRO_DIR
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index d629ed0..81d1598 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,3 +1,5 @@
+ACLOCAL_AMFLAGS = -I config
+
if BUILD_PERF
DIR_PERF = perf
endif