[Spice-devel] [vdagent-win 2/5] build-sys: Include spice-protocol in tarballs

Christophe Fergeau cfergeau at redhat.com
Mon Oct 1 10:21:18 PDT 2012


---
 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



More information about the Spice-devel mailing list