From a5017a2d7c03506f55cf7eb465ca7d254dfc14a9 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 14 Mar 2009 11:36:50 +0100 Subject: 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). --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') 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) -- cgit v1.2.3