summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancois Gouget <fgouget@codeweavers.com>2015-11-13 16:26:21 +0100
committerVictor Toso <victortoso@redhat.com>2015-11-13 17:57:25 +0100
commit6a2effa402ead59539fe520d0b8c8f9f0118705c (patch)
tree3d75f47dde1ee775b7b499b54684a341da1e0a18
parentc53af3260aaea1c32321218e6cd63ba8a1ee5363 (diff)
vdagent: Disable the server-side udscs code for vdagent
vdagent only needs the client-side API. Signed-off-by: Francois Gouget <fgouget@codeweavers.com>
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
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 \