---
Makefile.am | 2 ++
configure.ac | 1 +
2 files changed, 3 insertions(+)
diff --git a/Makefile.am b/Makefile.am
index ed602f2..bd616aa 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,8 @@
NULL =
MAINTAINERCLEANFILES =
+DIST_SUBDIRS = spice-protocol
+
INCLUDES = \
-I$(top_srcdir)/common \
-I$(top_srcdir)/spice-protocol \
diff --git a/configure.ac b/configure.ac
index af25a99..d1a36ad 100644
--- a/configure.ac
+++ b/configure.ac
@@ -75,6 +75,7 @@ CXIMAGE_LIBS=`$PKG_CONFIG --static --libs cximage`
dnl ---------------------------------------------------------------------------
dnl - Makefiles, etc.
dnl ---------------------------------------------------------------------------
+AC_CONFIG_SUBDIRS([spice-protocol])
AC_CONFIG_FILES([
Makefile
])
--
1.7.12.1
_______________________________________________
Spice-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/spice-devel