mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 00:35:42 +01:00
8 lines
177 B
Makefile
8 lines
177 B
Makefile
INCLUDES = -I$(top_srcdir)/include
|
|
LDADD = -lasound -lm
|
|
EXTRA_DIST = README.first
|
|
|
|
bin_PROGRAMS = amixer
|
|
amixer_SOURCES = amixer.c
|
|
noinst_HEADERS = amixer.h
|
|
man_MANS = amixer.1
|