summaryrefslogtreecommitdiff
path: root/alsaucm
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2015-08-04 18:26:40 +0200
committerTakashi Iwai <tiwai@suse.de>2015-08-04 18:26:40 +0200
commitff9b070d9cb5e63c31be31cdb18350d5810138c0 (patch)
treefc534c2b1a9d49a3495bd91829b3c81c5ea75b92 /alsaucm
parenta99d4273b327d2507cb19ea4cf7064979e395ccb (diff)
downloadalsa-utils-ff9b070d9cb5e63c31be31cdb18350d5810138c0.tar.gz
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>
Diffstat (limited to 'alsaucm')
-rw-r--r--alsaucm/Makefile.am4
1 files changed, 0 insertions, 4 deletions
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