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