mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 00:45:41 +01:00
10 lines
141 B
Makefile
10 lines
141 B
Makefile
|
bin_PROGRAMS = \
|
||
|
alsaucm
|
||
|
|
||
|
alsaucm_SOURCES = usecase.c
|
||
|
|
||
|
INCLUDES = \
|
||
|
-Wall -I$(top_srcdir)/include
|
||
|
|
||
|
alsaucm_LDADD = -lasound
|