mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-09 17:45:41 +01:00
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:
parent
9af7148fa3
commit
75e644df81
2 changed files with 2 additions and 1 deletions
|
@ -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
1
amixer/volume_mapping.c
Symbolic link
|
@ -0,0 +1 @@
|
|||
../alsamixer/volume_mapping.c
|
Loading…
Reference in a new issue