summaryrefslogtreecommitdiff
path: root/server
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2015-08-14 11:20:05 +0200
committerFrediano Ziglio <fziglio@redhat.com>2015-08-20 12:30:55 +0100
commit5acc0176380b74546259690f5562a9404f1dec4f (patch)
tree4e5332564fc858f3c5e0187ce5f94cbebea7a0d2 /server
parentbdeef8b292ab2e3edea8e8ab9683d56d59d29953 (diff)
build-sys: Remove spice-protocol submodule
It's seeing regular releases and is API stable, so we don't need to bundle it with spice-server
Diffstat (limited to 'server')
-rw-r--r--server/Makefile.am1
-rw-r--r--server/tests/Makefile.am1
2 files changed, 2 insertions, 0 deletions
diff --git a/server/Makefile.am b/server/Makefile.am
index 89a375ce..61372499 100644
--- a/server/Makefile.am
+++ b/server/Makefile.am
@@ -11,6 +11,7 @@ AM_CPPFLAGS = \
$(SASL_CFLAGS) \
$(SLIRP_CFLAGS) \
$(SMARTCARD_CFLAGS) \
+ $(SPICE_PROTOCOL_CFLAGS) \
$(SSL_CFLAGS) \
$(VISIBILITY_HIDDEN_CFLAGS) \
$(WARN_CFLAGS) \
diff --git a/server/tests/Makefile.am b/server/tests/Makefile.am
index 32c97cea..8b08d1c0 100644
--- a/server/tests/Makefile.am
+++ b/server/tests/Makefile.am
@@ -10,6 +10,7 @@ AM_CPPFLAGS = \
$(GLIB2_CFLAGS) \
$(SMARTCARD_CFLAGS) \
$(SPICE_NONPKGCONFIG_CFLAGS) \
+ $(SPICE_PROTOCOL_CFLAGS) \
$(NULL)
if SUPPORT_AUTOMATED_TESTS