summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2012-09-30 18:04:34 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2012-10-01 19:20:28 +0200
commit5cde9acb5346e71c449f1f25b385efae208b8684 (patch)
treee28354aa6289a4920a9eabc7af2772dbe7da3d57 /configure.ac
parent6c16b9d63f949e5fb94e8fcfa2d20d7efe49533b (diff)
build-sys: Include spice-protocol in tarballs
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
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
])