summaryrefslogtreecommitdiff
path: root/mcast/client
diff options
context:
space:
mode:
Diffstat (limited to 'mcast/client')
-rw-r--r--mcast/client/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/mcast/client/Makefile b/mcast/client/Makefile
index 9add411..0c79969 100644
--- a/mcast/client/Makefile
+++ b/mcast/client/Makefile
@@ -32,17 +32,11 @@ VDRDIR=../../../../..
-include $(VDRDIR)/Make.config
ifdef ARMEL
- XML_INC := -I/usr/arm-linux-gnueabi/include/libxml2
- XML_LIB := -lxml2
CROSS = arm-linux-gnueabi-
else
ifeq ($(MIPSEL),1)
DEFS:=$(DEFS) -DMIPSEL
-XML_INC:=-I../../libxml2/include
-XML_LIB:=-L../../libxml2/lib
else
-XML_INC:=`xml2-config --cflags`
-XML_LIB:=`xml2-config --libs`
LIBRARY_PATH=/usr/lib
endif
endif