Remove spice-protocol submodule

spice-protocol is a separate project which is having releases, so there
is no need to have a private spice-protocol copy in each spice-common
user, especially as after installation, the system-wide spice-protocol
copy will be used instead of the private one the module was built
against.
This commit is contained in:
Christophe Fergeau 2015-07-03 17:20:28 +02:00
parent 53f7f543f9
commit c48b0a0672
4 changed files with 1 additions and 8 deletions

3
.gitmodules vendored
View File

@ -1,3 +0,0 @@
[submodule "spice-protocol"]
path = spice-protocol
url = ../spice-protocol

View File

@ -2,7 +2,6 @@ NULL =
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = python_modules common
DIST_SUBDIRS = spice-protocol $(SUBDIRS)
EXTRA_DIST = \
spice_codegen.py \

View File

@ -28,9 +28,7 @@ AM_PROG_CC_C_O
SPICE_CHECK_SYSDEPS
# Checks for libraries
AC_CONFIG_SUBDIRS([spice-protocol])
PROTOCOL_CFLAGS='-I ${top_srcdir}/spice-protocol'
AC_SUBST(PROTOCOL_CFLAGS)
PKG_CHECK_MODULES([PROTOCOL], [spice-protocol])
SPICE_CHECK_PYTHON_MODULES()

@ -1 +0,0 @@
Subproject commit cd7817603834251e5c1c4cda39980abbfc850580