summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2015-02-10 23:55:25 +0100
committerDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2015-02-10 23:55:25 +0100
commite6e5705567a73ac90b040578670d82998cc8788d (patch)
treee3139734c1d1090691c44082553e96cc5c267568 /Makefile
parent948c21d5907c78adf00b382d4dc7010b1db5346b (diff)
downloadvdr-plugin-live-e6e5705567a73ac90b040578670d82998cc8788d.tar.gz
vdr-plugin-live-e6e5705567a73ac90b040578670d82998cc8788d.tar.bz2
Drop support for old tntnet versions: Removed support to read a tntnet config file.
Only code internal configuration is used now.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 84e8b23..d50d41f 100644
--- a/Makefile
+++ b/Makefile
@@ -37,7 +37,6 @@ APIVERSION = $(call PKGCFG,apiversion)
### Determine tntnet and cxxtools versions:
TNTVERSION = $(shell tntnet-config --version | sed -e's/\.//g' | sed -e's/pre.*//g' | awk '/^..$$/ { print $$1."000"} /^...$$/ { print $$1."00"} /^....$$/ { print $$1."0" } /^.....$$/ { print $$1 }')
CXXTOOLVER = $(shell cxxtools-config --version | sed -e's/\.//g' | sed -e's/pre.*//g' | awk '/^..$$/ { print $$1."000"} /^...$$/ { print $$1."00"} /^....$$/ { print $$1."0" } /^.....$$/ { print $$1 }')
-TNTVERS7 = $(shell ver=$(TNTVERSION); if [ $$ver -ge "1606" ]; then echo "yes"; fi)
CXXFLAGS += $(shell tntnet-config --cxxflags)
LIBS += $(shell tntnet-config --libs)