mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 08:45:41 +01:00
6 lines
151 B
Makefile
6 lines
151 B
Makefile
|
LDADD = $(CURSESLIB) -lasound
|
||
|
|
||
|
bin_PROGRAMS = alsamixer
|
||
|
man_MANS = alsamixer.1
|
||
|
alsamixer_INCLUDES = -I$(top_srcdir)/include -DCURSESINC="$(CURSESINC)"
|