summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2014-12-02 11:31:27 +0100
committerChristophe Fergeau <cfergeau@redhat.com>2014-12-09 16:40:25 +0100
commitdd57d05a523746af54557e4cf5a9768ebe029d77 (patch)
tree5475107928b147a97d754ae84b2fb4b9324ca401 /common
parentfb3fe2272cf6fa27642593f79b351802787319d4 (diff)
build-sys: Move celt check to m4 macro
Diffstat (limited to 'common')
-rw-r--r--common/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/common/Makefile.am b/common/Makefile.am
index cbb8f8b..362fce6 100644
--- a/common/Makefile.am
+++ b/common/Makefile.am
@@ -94,15 +94,13 @@ AM_CPPFLAGS = \
$(SPICE_COMMON_CFLAGS) \
$(GL_CFLAGS) \
$(PIXMAN_CFLAGS) \
- $(CELT051_CFLAGS) \
$(OPUS_CFLAGS) \
$(PROTOCOL_CFLAGS) \
$(NULL)
libspice_common_la_LIBADD = \
$(SPICE_COMMON_LIBS) \
- $(OPUS_LIBS) \
- $(CELT051_LIBS)
+ $(OPUS_LIBS)
MARSHALLERS_DEPS = \
$(top_srcdir)/python_modules/__init__.py \