[Spice-commits] Makefile.am
Christophe Fergau
teuf at kemper.freedesktop.org
Fri Aug 7 03:56:35 PDT 2015
Makefile.am | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 52ae5ed2c8b16d3f1bd09709209f822cfce5ed9a
Author: Christophe Fergeau <cfergeau at redhat.com>
Date: Fri Aug 7 12:55:07 2015 +0200
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.
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
More information about the Spice-commits
mailing list