summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorVíctor Manuel Jáquez Leal <vjaquez@igalia.com>2010-04-26 01:45:41 +0200
committerVíctor Manuel Jáquez Leal <vjaquez@igalia.com>2010-04-26 11:56:01 +0200
commit2ad7ba7971ababf8fd9d2da6286fe6b3e2d7bb0a (patch)
treea3a623b0ac7748b766ed3eaa734fb004dc77483b /Makefile.am
parent8bd2ff6afae472cae97a969f2bafa7d267bf0c5b (diff)
[build] add m4 directory
Follow the m4 directory configuration recommendation Signed-off-by: Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
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 c4507f5..ffe5965 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,6 +5,8 @@
#
# Copyright (C) 2010 Igalia S.L. All rights reserved.
+ACLOCAL_AMFLAGS = -I m4
+
SUBDIRS = src tools bindings
if ENABLE_GTK_DOC