From 9d0579996c66273b87baae5ef1bde433f5c1ff71 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 7 Jan 2009 18:05:38 +0100 Subject: pcm_utils: moved code to pcm_volume.c Moved the software volume code to a separate library. --- src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 7337d9150..2c2b14665 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -50,6 +50,7 @@ mpd_headers = \ path.h \ mapper.h \ pcm_utils.h \ + pcm_volume.h \ pcm_channels.h \ pcm_resample.h \ pcm_dither.h \ @@ -129,6 +130,7 @@ mpd_SOURCES = \ path.c \ mapper.c \ pcm_utils.c \ + pcm_volume.c \ pcm_channels.c \ pcm_resample.c \ pcm_dither.c \ -- cgit v1.2.3