summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2014-12-02 11:31:47 +0100
committerChristophe Fergeau <cfergeau@redhat.com>2014-12-09 16:40:25 +0100
commitf9e0a644aebb6cb6caa2c624f9afd2835ab6834f (patch)
tree41a78cb80af098c4b6971957796060b2cd08b6df /common
parentdd57d05a523746af54557e4cf5a9768ebe029d77 (diff)
downloadspice-common-f9e0a644aebb6cb6caa2c624f9afd2835ab6834f.tar.gz
spice-common-f9e0a644aebb6cb6caa2c624f9afd2835ab6834f.tar.xz
spice-common-f9e0a644aebb6cb6caa2c624f9afd2835ab6834f.zip
build-sys: Move opus check to m4 macro
Diffstat (limited to 'common')
-rw-r--r--common/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/common/Makefile.am b/common/Makefile.am
index 362fce6..c5e2e2a 100644
--- a/common/Makefile.am
+++ b/common/Makefile.am
@@ -94,13 +94,12 @@ AM_CPPFLAGS = \
$(SPICE_COMMON_CFLAGS) \
$(GL_CFLAGS) \
$(PIXMAN_CFLAGS) \
- $(OPUS_CFLAGS) \
$(PROTOCOL_CFLAGS) \
$(NULL)
libspice_common_la_LIBADD = \
$(SPICE_COMMON_LIBS) \
- $(OPUS_LIBS)
+ $(NULL)
MARSHALLERS_DEPS = \
$(top_srcdir)/python_modules/__init__.py \