From e9d3f37d35860b69f0b845699d2d5a2e788f477a Mon Sep 17 00:00:00 2001 From: Holger Steinhaus Date: Fri, 11 Sep 2015 18:22:20 +0200 Subject: serveral Makefile fixes fixed build of mcli-shared exexutable fixed dependecies for reliable parallel build --- mcast/tool/Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'mcast/tool') diff --git a/mcast/tool/Makefile b/mcast/tool/Makefile index 1c1d446..77b386c 100644 --- a/mcast/tool/Makefile +++ b/mcast/tool/Makefile @@ -26,12 +26,7 @@ endif VDRDIR=../../../../.. -include $(VDRDIR)/Make.config -ifdef ARMEL - XML_INC := -I/usr/arm-linux-gnueabi/include/libxml2 - XML_LIB := -lxml2 -else - XML_INC := `xml2-config --cflags` - XML_LIB := `xml2-config --libs` +ifndef ARMEL LIBRARY_PATH = /usr/lib endif -- cgit v1.2.3