summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2015-08-07 12:55:07 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2015-08-07 12:55:07 +0200
commit52ae5ed2c8b16d3f1bd09709209f822cfce5ed9a (patch)
treeedbdbde18a85589318f6f542b9e6b19613720cc7 /Makefile.am
parent3f0eaa717b7f138fb540122dbb4e1db86a4b3f4d (diff)
downloadspice-protocol-52ae5ed2c8b16d3f1bd09709209f822cfce5ed9a.tar.gz
spice-protocol-52ae5ed2c8b16d3f1bd09709209f822cfce5ed9a.tar.xz
spice-protocol-52ae5ed2c8b16d3f1bd09709209f822cfce5ed9a.zip
build-sys: Make sure aclocal picks up macros in the m4/ dir
Older aclocal version needs to have ACLOCAL_FLAGS defined in Makefile.am in order to be able to pick up macros stored in m4/ in the source directory.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index e509dd6..1082bf2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,5 @@
NULL =
+ACLOCAL_AMFLAGS = -I m4
SUBDIRS = python_modules spice
codegendir = $(libdir)/spice-protocol