mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-common
synced 2025-12-30 09:28:58 +00:00
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:
parent
53f7f543f9
commit
c48b0a0672
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,3 +0,0 @@
|
||||
[submodule "spice-protocol"]
|
||||
path = spice-protocol
|
||||
url = ../spice-protocol
|
||||
@ -2,7 +2,6 @@ NULL =
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
|
||||
SUBDIRS = python_modules common
|
||||
DIST_SUBDIRS = spice-protocol $(SUBDIRS)
|
||||
|
||||
EXTRA_DIST = \
|
||||
spice_codegen.py \
|
||||
|
||||
@ -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
|
||||
Loading…
Reference in New Issue
Block a user