From 6a2effa402ead59539fe520d0b8c8f9f0118705c Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Fri, 13 Nov 2015 16:26:21 +0100 Subject: [PATCH] vdagent: Disable the server-side udscs code for vdagent vdagent only needs the client-side API. Signed-off-by: Francois Gouget --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 8c55b43..7def506 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,7 +4,7 @@ NULL = bin_PROGRAMS = src/spice-vdagent sbin_PROGRAMS = src/spice-vdagentd -src_spice_vdagent_CFLAGS = $(X_CFLAGS) $(SPICE_CFLAGS) $(GLIB2_CFLAGS) $(ALSA_CFLAGS) +src_spice_vdagent_CFLAGS = $(X_CFLAGS) $(SPICE_CFLAGS) $(GLIB2_CFLAGS) $(ALSA_CFLAGS) -DUDSCS_NO_SERVER src_spice_vdagent_LDADD = $(X_LIBS) $(SPICE_LIBS) $(GLIB2_LIBS) $(ALSA_LIBS) src_spice_vdagent_SOURCES = src/vdagent.c \ src/vdagent-x11.c \ -- 2.11.4.GIT