From 62f97bd3a7e536eefe872e8bc1ecd69b287c5514 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Tue, 25 May 2021 18:58:34 +0200 Subject: [PATCH] amixer: Makefile - add volume_mapping.h to noinst_HEADERS Fixes: dc20c4b ("amixer: add the volume_mapping.h link") Signed-off-by: Jaroslav Kysela --- amixer/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amixer/Makefile.am b/amixer/Makefile.am index d92434e..46ec736 100644 --- a/amixer/Makefile.am +++ b/amixer/Makefile.am @@ -6,6 +6,6 @@ LDADD = -lm bin_PROGRAMS = amixer amixer_SOURCES = amixer.c volume_mapping.c -noinst_HEADERS = amixer.h +noinst_HEADERS = amixer.h volume_mapping.h man_MANS = amixer.1 EXTRA_DIST = amixer.1