mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-08 21:55:42 +01:00
62f97bd3a7
Fixes: dc20c4b
("amixer: add the volume_mapping.h link")
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
11 lines
268 B
Makefile
11 lines
268 B
Makefile
AM_CFLAGS = -D_GNU_SOURCE
|
|
AM_CPPFLAGS = -I$(top_srcdir)/include
|
|
LDADD = -lm
|
|
# LDFLAGS = -static
|
|
# CFLAGS += -g -Wall
|
|
|
|
bin_PROGRAMS = amixer
|
|
amixer_SOURCES = amixer.c volume_mapping.c
|
|
noinst_HEADERS = amixer.h volume_mapping.h
|
|
man_MANS = amixer.1
|
|
EXTRA_DIST = amixer.1
|