summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2012-02-21 12:09:19 +0100
committerMarc-André Lureau <marcandre.lureau@redhat.com>2012-02-22 15:57:35 +0100
commita41f9bcd53a2db9c7144b1e8613b287b1117abdc (patch)
tree1fdb8ffd692b58eebcb53703b907a0ea386cec1a /Makefile.am
parente206e1a6e1d93e53752d5258815c23bd805a96d9 (diff)
RFC: Use spice protocol as a submodule
Spice protocol contains only headers. We would like to be able to use a protocol update without having to wait for the release, a git submodule works well for this purpose.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 8136550..73b5531 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,6 +2,8 @@ ACLOCAL_AMFLAGS = -I m4
NULL =
SUBDIRS = common gtk po python_modules doc data
+DIST_SUBDIRS = spice-protocol vapi $(SUBDIRS)
+
if HAVE_INTROSPECTION
if WITH_VALA
SUBDIRS += vapi