amixer: link volume_mapping.c from alsamixer to amixer

... otherwise automake complains

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
Jaroslav Kysela 2021-05-17 16:07:39 +02:00
parent 9af7148fa3
commit 75e644df81
2 changed files with 2 additions and 1 deletions

View file

@ -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

1
amixer/volume_mapping.c Symbolic link
View file

@ -0,0 +1 @@
../alsamixer/volume_mapping.c