diff options
author | Christophe Fergeau <cfergeau@redhat.com> | 2014-12-02 11:31:47 +0100 |
---|---|---|
committer | Christophe Fergeau <cfergeau@redhat.com> | 2014-12-09 16:40:25 +0100 |
commit | f9e0a644aebb6cb6caa2c624f9afd2835ab6834f (patch) | |
tree | 41a78cb80af098c4b6971957796060b2cd08b6df /common | |
parent | dd57d05a523746af54557e4cf5a9768ebe029d77 (diff) |
build-sys: Move opus check to m4 macro
Diffstat (limited to 'common')
-rw-r--r-- | common/Makefile.am | 3 |
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 \ |