summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitmodules3
-rw-r--r--Makefile.am1
-rw-r--r--configure.ac4
m---------spice-protocol0
4 files changed, 1 insertions, 7 deletions
diff --git a/.gitmodules b/.gitmodules
index f7de75d..e69de29 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +0,0 @@
-[submodule "spice-protocol"]
- path = spice-protocol
- url = ../spice-protocol
diff --git a/Makefile.am b/Makefile.am
index 380bf24..e39273d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,7 +2,6 @@ NULL =
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = python_modules common
-DIST_SUBDIRS = spice-protocol $(SUBDIRS)
EXTRA_DIST = \
spice_codegen.py \
diff --git a/configure.ac b/configure.ac
index 4287f92..1dacfa2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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()
diff --git a/spice-protocol b/spice-protocol
deleted file mode 160000
-Subproject cd7817603834251e5c1c4cda39980abbfc85058