On Sat, 2015-01-31 at 10:34 +0530, arun at accosted.net wrote: > From: Arun Raghavan <git at arunraghavan.net> > > --- > 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- at PA_MAJORMINOR@.la $(WEBRTC_LIBS) > libwebrtc_util_la_LDFLAGS = -avoid-version > > module_echo_cancel_la_CFLAGS += -DHAVE_WEBRTC=1 Thanks, pushed! -- Tanu