From 4171df301998a2de1fe386c7d72a4dc966c1ed7f Mon Sep 17 00:00:00 2001 From: Arun Raghavan Date: Fri, 26 Oct 2012 08:41:08 +0530 Subject: [PATCH] build-sys: Add volume code to libpulsecommon Commit dd31d652a ("utils: Adding a function to get volume from string") uses pa_sw_volume_from_dB(), which is part of libpulse, in libpulsecore. This breaks as-needed builds. We fix this by also building the volume code in libpulsecommon. --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile.am b/src/Makefile.am index 6212c74e..f80c448a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -570,6 +570,7 @@ libpulsecommon_@PA_MAJORMINOR@_la_SOURCES = \ pulse/util.c pulse/util.h \ pulse/timeval.c pulse/timeval.h \ pulse/rtclock.c pulse/rtclock.h \ + pulse/volume.c pulse/volume.h \ pulsecore/atomic.h \ pulsecore/authkey.c pulsecore/authkey.h \ pulsecore/conf-parser.c pulsecore/conf-parser.h \ -- 2.39.2