[Spice-devel] [PATCH spice-gtk] RFC: Use spice protocol as a submodule

Marc-André Lureau marcandre.lureau at gmail.com
Tue Feb 21 03:25:59 PST 2012


On Tue, Feb 21, 2012 at 12:22 PM, Marc-André Lureau
<marcandre.lureau at gmail.com> wrote:
> 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.
> ---
>  .gitmodules    |    3 +++
>  autogen.sh     |    3 +++
>  configure.ac   |   12 +++++++-----
>  spice-protocol |    1 +
>  4 files changed, 14 insertions(+), 5 deletions(-)
>  create mode 100644 .gitmodules
>  create mode 160000 spice-protocol

And this is needed too to pass make distcheck, Makefile.am:

-SUBDIRS = common gtk po python_modules doc data
+SUBDIRS = spice-protocol common gtk po python_modules doc data


-- 
Marc-André Lureau


More information about the Spice-devel mailing list