aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-03-14 11:36:50 +0100
committerMax Kellermann <max@duempel.org>2009-03-14 11:36:50 +0100
commita5017a2d7c03506f55cf7eb465ca7d254dfc14a9 (patch)
treedea521c4221f3cd6729e85f384dfcb8d2fa1e8d1 /Makefile.am
parent8d01110c8407b1efbdbe255f2e27a6daf6ac2d9a (diff)
downloadmpd-a5017a2d7c03506f55cf7eb465ca7d254dfc14a9.tar.gz
mpd-a5017a2d7c03506f55cf7eb465ca7d254dfc14a9.tar.xz
mpd-a5017a2d7c03506f55cf7eb465ca7d254dfc14a9.zip
mixer_api: moved functions to mixer_control.c
mixer_control.h should provide the functions needed to manipulate a mixer, without exposing the internal mixer API (which is provided by mixer_api.h).
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index bc5e58f54..e93e3413f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -602,6 +602,7 @@ test_run_output_SOURCES = test/run_output.c \
src/output_init.c src/output_list.c \
$(ENCODER_SRC) \
src/mixer_api.c \
+ src/mixer_control.c \
$(MIXER_SRC) \
$(OUTPUT_SRC)