alsa-utils/amixer/Makefile.am
Jaroslav Kysela 62f97bd3a7 amixer: Makefile - add volume_mapping.h to noinst_HEADERS
Fixes: dc20c4b ("amixer: add the volume_mapping.h link")
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
2021-05-25 18:58:53 +02:00

12 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