]> git.alsa-project.org Git - alsa-utils.git/commitdiff
amixer: link volume_mapping.c from alsamixer to amixer
authorJaroslav Kysela <perex@perex.cz>
Mon, 17 May 2021 14:07:39 +0000 (16:07 +0200)
committerJaroslav Kysela <perex@perex.cz>
Tue, 25 May 2021 16:26:36 +0000 (18:26 +0200)
... otherwise automake complains

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
amixer/Makefile.am
amixer/volume_mapping.c [new symlink]

index b4526cabbdbcbc909b65d52e87bd8c2b4321a881..d92434ee03d676dd3cbb7ca3420b7c13c1d309a2 100644 (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
diff --git a/amixer/volume_mapping.c b/amixer/volume_mapping.c
new file mode 120000 (symlink)
index 0000000..922aae8
--- /dev/null
@@ -0,0 +1 @@
+../alsamixer/volume_mapping.c
\ No newline at end of file