From: Jaroslav Kysela Date: Fri, 28 Jan 2011 15:12:05 +0000 (+0100) Subject: hdspmixer: add missing channelmap.h to Makefile.am X-Git-Tag: v1.0.24.1~1 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=1dddbbf3f54304434a3d462bfc62cd554d65db77;p=alsa-tools.git hdspmixer: add missing channelmap.h to Makefile.am Signed-off-by: Jaroslav Kysela --- 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 +