From 1dddbbf3f54304434a3d462bfc62cd554d65db77 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Fri, 28 Jan 2011 16:12:05 +0100 Subject: [PATCH] hdspmixer: add missing channelmap.h to Makefile.am Signed-off-by: Jaroslav Kysela --- hdspmixer/src/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hdspmixer/src/Makefile.am b/hdspmixer/src/Makefile.am index 9bb83af..b097898 100644 --- a/hdspmixer/src/Makefile.am +++ b/hdspmixer/src/Makefile.am @@ -55,4 +55,6 @@ hdspmixer_SOURCES = \ HDSPMixerMeter.h \ pixmaps.cxx \ pixmaps.h \ - defines.h + defines.h \ + channelmap.h + -- 2.47.1