diff options
author | Holger Steinhaus <hsteinhaus@gmx.de> | 2015-11-17 11:10:40 +0100 |
---|---|---|
committer | Holger Steinhaus <hsteinhaus@gmx.de> | 2015-11-17 11:10:40 +0100 |
commit | cd01e1d060d35667d0a8a964b8b584360840160a (patch) | |
tree | f6d25e9acf2017f2373d008b1547bcfa528827d2 /mcast/tool | |
parent | ca48fd19936f52f078a0a950262757c16eccce11 (diff) | |
download | vdr-plugin-mcli-cleanup.tar.gz vdr-plugin-mcli-cleanup.tar.bz2 |
Makefile: make sure that recursive make stages use exactly the same xml2-configcleanup
Diffstat (limited to 'mcast/tool')
-rw-r--r-- | mcast/tool/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
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 |