1
0
Fork 0
mirror of https://github.com/alsa-project/alsa-utils synced 2025-01-11 01:29:57 +01:00
alsa-utils/amixer/Makefile.am
Jaroslav Kysela 75e644df81 amixer: link volume_mapping.c from alsamixer to amixer
... otherwise automake complains

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
2021-05-25 18:26:36 +02:00

11 lines
251 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
man_MANS = amixer.1
EXTRA_DIST = amixer.1