diff options
author | Holger Steinhaus <hsteinhaus@gmx.de> | 2015-09-11 18:22:20 +0200 |
---|---|---|
committer | Holger Steinhaus <hsteinhaus@gmx.de> | 2015-11-17 12:51:16 +0100 |
commit | e9d3f37d35860b69f0b845699d2d5a2e788f477a (patch) | |
tree | 11cb394f1872438ef84c53f065a09a2543dd637d /mcast/tool | |
parent | 907338bb5d562a455d9e8cfa375c576bd24450f1 (diff) | |
download | vdr-plugin-mcli-e9d3f37d35860b69f0b845699d2d5a2e788f477a.tar.gz vdr-plugin-mcli-e9d3f37d35860b69f0b845699d2d5a2e788f477a.tar.bz2 |
serveral Makefile fixes
fixed build of mcli-shared exexutable
fixed dependecies for reliable parallel build
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 |