mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-09 17:55:43 +01:00
alsaucm: Drop localbuild hacks
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>
This commit is contained in:
parent
a99d4273b3
commit
ff9b070d9c
1 changed files with 0 additions and 4 deletions
|
@ -7,7 +7,3 @@ AM_CPPFLAGS = \
|
|||
-Wall -I$(top_srcdir)/include
|
||||
|
||||
alsaucm_LDADD = -lasound
|
||||
|
||||
# local build
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../alsa-lib/include
|
||||
alsaucm_LDADD += -L$(top_srcdir)/../alsa-lib/src/.libs
|
||||
|
|
Loading…
Reference in a new issue