From a4c600e3753a99dcf4cc709c15ec913718dd2880 Mon Sep 17 00:00:00 2001 From: Arun Raghavan Date: Sat, 31 Jan 2015 10:34:48 +0530 Subject: [PATCH] build-sys: libwebrtc-util needs libpulsecore --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index e37a22a..5cb5564 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -2030,7 +2030,7 @@ if HAVE_WEBRTC libwebrtc_util_la_SOURCES = modules/echo-cancel/webrtc.cc libwebrtc_util_la_CXXFLAGS = $(AM_CXXFLAGS) $(SERVER_CFLAGS) $(WEBRTC_CFLAGS) -DHAVE_WEBRTC=1 -libwebrtc_util_la_LIBADD = $(WEBRTC_LIBS) +libwebrtc_util_la_LIBADD = libpulsecore-@PA_MAJORMINOR@.la $(WEBRTC_LIBS) libwebrtc_util_la_LDFLAGS = -avoid-version module_echo_cancel_la_CFLAGS += -DHAVE_WEBRTC=1 -- 2.7.4