mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-09 17:45:41 +01:00
9 lines
207 B
Makefile
9 lines
207 B
Makefile
LDADD = $(CURSESLIB)
|
|
|
|
bin_PROGRAMS = alsamixer
|
|
man_MANS = alsamixer.1
|
|
EXTRA_DIST = alsamixer.1
|
|
alsamixer_INCLUDES = -I$(top_srcdir)/include -DCURSESINC="$(CURSESINC)"
|
|
|
|
#LDFLAGS = -static
|
|
#CFLAGS += -g -Wall
|