[pulseaudio-commits] src/Makefile.am

Tanu Kaskinen tanuk at kemper.freedesktop.org
Mon Feb 2 03:15:16 PST 2015


 src/Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a4c600e3753a99dcf4cc709c15ec913718dd2880
Author: Arun Raghavan <git at arunraghavan.net>
Date:   Sat Jan 31 10:34:48 2015 +0530

    build-sys: libwebrtc-util needs libpulsecore

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



More information about the pulseaudio-commits mailing list