mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 04:05:43 +01:00
ff9b070d9c
The include and library paths shouldn't be across the build tree. The installed alsa-lib must have the UCM support for building the stuff here in alsa-utils repo correctly. Signed-off-by: Takashi Iwai <tiwai@suse.de>
9 lines
144 B
Makefile
9 lines
144 B
Makefile
bin_PROGRAMS = \
|
|
alsaucm
|
|
|
|
alsaucm_SOURCES = usecase.c
|
|
|
|
AM_CPPFLAGS = \
|
|
-Wall -I$(top_srcdir)/include
|
|
|
|
alsaucm_LDADD = -lasound
|