mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-09 17:35:42 +01:00
47563fb2eb
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
13 lines
259 B
Makefile
13 lines
259 B
Makefile
bin_PROGRAMS = \
|
|
alsaucm
|
|
|
|
alsaucm_SOURCES = usecase.c
|
|
|
|
INCLUDES = \
|
|
-Wall -I$(top_srcdir)/include
|
|
|
|
alsaucm_LDADD = -lasound
|
|
|
|
# local build
|
|
INCLUDES += -I$(top_srcdir)/../alsa-lib/include
|
|
alsaucm_LDADD += -L$(top_srcdir)/../alsa-lib/src/.libs
|