summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorPhilip Withnall <philip.withnall@collabora.co.uk>2013-10-28 13:29:52 +0000
committerOlivier Crête <olivier.crete@collabora.com>2013-10-29 13:47:30 +0000
commit20ac9b54dd3d55ec8997048ac9d97c4ffca5a5d8 (patch)
treef60f29c410ca4083fcd4f144fb251a65f5793ace /Makefile.am
parent14854e76470aa8022df8a5a070661cf4f15010a9 (diff)
build: Add ‘-I m4’ to ACLOCAL_AMFLAGS
This shuts up an automake warning and ensures that in-tree m4 macros are found by aclocal. https://bugs.freedesktop.org/show_bug.cgi?id=70965
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 6f25b18..e8cca68 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -8,6 +8,8 @@
include common.mk
+ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
+
SUBDIRS = \
stun \
socket \