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