diff options
author | Arun Raghavan <arun.raghavan@collabora.co.uk> | 2012-10-26 08:41:08 +0530 |
---|---|---|
committer | Arun Raghavan <arun.raghavan@collabora.co.uk> | 2012-10-26 08:43:32 +0530 |
commit | 4171df301998a2de1fe386c7d72a4dc966c1ed7f (patch) | |
tree | 2d950e889552ea652e704a44bb901714ebd9dd83 | |
parent | 43454bc48c5afee29a2b0c19e6fb80f9bd98ad58 (diff) |
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.
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |