From 75e644df810473f115d8dd1d68683425aa680d6c Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Mon, 17 May 2021 16:07:39 +0200 Subject: [PATCH] amixer: link volume_mapping.c from alsamixer to amixer ... otherwise automake complains Signed-off-by: Jaroslav Kysela --- amixer/Makefile.am | 2 +- amixer/volume_mapping.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 120000 amixer/volume_mapping.c diff --git a/amixer/Makefile.am b/amixer/Makefile.am index b4526ca..d92434e 100644 --- a/amixer/Makefile.am +++ b/amixer/Makefile.am @@ -5,7 +5,7 @@ LDADD = -lm # CFLAGS += -g -Wall bin_PROGRAMS = amixer -amixer_SOURCES = amixer.c ../alsamixer/volume_mapping.c +amixer_SOURCES = amixer.c volume_mapping.c noinst_HEADERS = amixer.h man_MANS = amixer.1 EXTRA_DIST = amixer.1 diff --git a/amixer/volume_mapping.c b/amixer/volume_mapping.c new file mode 120000 index 0000000..922aae8 --- /dev/null +++ b/amixer/volume_mapping.c @@ -0,0 +1 @@ +../alsamixer/volume_mapping.c \ No newline at end of file