From 5d57fb4d1b119119f2b9512321fa8ac40df853a7 Mon Sep 17 00:00:00 2001 From: Marc-André Lureau Date: Thu, 1 Mar 2012 11:54:54 +0100 Subject: build-sys: use spice-protocol as submodule --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 33bb25cf..6c277506 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 -- cgit