From ff9b070d9cb5e63c31be31cdb18350d5810138c0 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Tue, 4 Aug 2015 18:26:40 +0200 Subject: 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 --- alsaucm/Makefile.am | 4 ---- 1 file changed, 4 deletions(-) (limited to 'alsaucm') diff --git a/alsaucm/Makefile.am b/alsaucm/Makefile.am index c180d4a..39a27b1 100644 --- a/alsaucm/Makefile.am +++ b/alsaucm/Makefile.am @@ -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 -- cgit v1.2.1