OSDN Git Service

alsaucm: Drop localbuild hacks
authorTakashi Iwai <tiwai@suse.de>
Tue, 4 Aug 2015 16:26:40 +0000 (18:26 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 4 Aug 2015 16:26:40 +0000 (18:26 +0200)
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>
alsaucm/Makefile.am

index c180d4a..39a27b1 100644 (file)
@@ -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