diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2012-03-20 02:33:25 +0100 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | 2012-03-25 19:22:52 +0200 |
commit | 05a203af120016428eb1661ee060ea85e37b4c96 (patch) | |
tree | dbbf9bf3903895a5b7f06eb22db6308627376a23 /autogen.sh | |
parent | 6db275a422013a34247b805923f88b23db850ea1 (diff) |
build-sys: move codegen & proto to spice-common
With this iteration, all the spice_codegen.py/proto/marshaller
generation has been moved to spice-common.
The spice-common directory will ship spice-protocol, since it's needed
there too to build libspice-common.
Again, make distcheck passes. Build with mingw & fedora linux.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -5,8 +5,7 @@ set -e # exit on errors srcdir=`dirname $0` test -z "$srcdir" && srcdir=. -git submodule init -git submodule update +git submodule update --init --recursive gtkdocize autoreconf -v --force --install |