diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2012-03-01 11:54:54 +0100 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | 2012-03-01 16:24:10 +0100 |
commit | 5d57fb4d1b119119f2b9512321fa8ac40df853a7 (patch) | |
tree | c6e6037c741a4536c049e5ff562d1ffb5175cf45 /Makefile.am | |
parent | 5077ab60f8c2ec44a3ae40c2b3f986bf038b3e8f (diff) |
build-sys: use spice-protocol as submodule
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 33bb25c..6c27750 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,7 @@ ACLOCAL_AMFLAGS = -I m4 SUBDIRS = common server python_modules +DIST_SUBDIRS = spice-protocol $(SUBDIRS) if SUPPORT_CLIENT SUBDIRS += client |