summaryrefslogtreecommitdiffstats
path: root/server/Makefile.am
diff options
context:
space:
mode:
authorJeremy White <jwhite@codeweavers.com>2013-11-30 09:14:44 -0600
committerChristophe Fergeau <cfergeau@redhat.com>2014-01-02 12:34:34 +0100
commit4c7c0ef3a70001b1bc9011ef824d3c6fcccd9ca0 (patch)
tree22ff63f9ed6e7bc671244ece6cba72da61851740 /server/Makefile.am
parent4fc9ba5f27dd4c04441d38c893ee962da01baf80 (diff)
downloadspice-4c7c0ef3a70001b1bc9011ef824d3c6fcccd9ca0.tar.gz
spice-4c7c0ef3a70001b1bc9011ef824d3c6fcccd9ca0.tar.xz
spice-4c7c0ef3a70001b1bc9011ef824d3c6fcccd9ca0.zip
Revise the spice client and server to use the new snd_codec functions in spice-common.
This makes celt optional, and paves the way to readily add additional codecs. Signed-off-by: Jeremy White <jwhite@codeweavers.com>
Diffstat (limited to 'server/Makefile.am')
-rw-r--r--server/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/server/Makefile.am b/server/Makefile.am
index 6dcf2ee6..13c6223b 100644
--- a/server/Makefile.am
+++ b/server/Makefile.am
@@ -4,7 +4,6 @@ SUBDIRS = . tests
AM_CPPFLAGS = \
-DSPICE_SERVER_INTERNAL \
-DRED_STATISTICS \
- $(CELT051_CFLAGS) \
$(COMMON_CFLAGS) \
$(GLIB2_CFLAGS) \
$(PIXMAN_CFLAGS) \
@@ -33,7 +32,6 @@ endif
libspice_server_la_LIBADD = \
$(top_builddir)/spice-common/common/libspice-common.la \
$(top_builddir)/spice-common/common/libspice-common-server.la \
- $(CELT051_LIBS) \
$(GL_LIBS) \
$(GLIB2_LIBS) \
$(JPEG_LIBS) \