mirror of
https://github.com/alsa-project/alsa-utils
synced 2025-01-05 10:16:44 +01:00
8 lines
194 B
Makefile
8 lines
194 B
Makefile
INCLUDES = -I$(top_srcdir)/include
|
|
LDADD = -lasound
|
|
EXTRA_DIST = README.first
|
|
|
|
bin_PROGRAMS = amixer
|
|
amixer_SOURCES = amain.cpp amixer.cpp
|
|
noinst_HEADERS = amixer.h atypes.h
|
|
man_MANS = amixer.1
|