summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorscop <scop>2007-08-29 21:33:46 +0000
committerscop <scop>2007-08-29 21:33:46 +0000
commitd3b9fae66e404e36b47d66b7aedf5bb332ec81b2 (patch)
treecd6f82501da85dbdcd36f1caf63f463143d06247 /Makefile
parenta12e1170caa4701a64524089feba1bf36848b38a (diff)
downloadvdr-plugin-dxr3-d3b9fae66e404e36b47d66b7aedf5bb332ec81b2.tar.gz
vdr-plugin-dxr3-d3b9fae66e404e36b47d66b7aedf5bb332ec81b2.tar.bz2
Drop support for VDR < 1.4.0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index aae8fc3..121ca6c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
#
# Makefile for a Video Disk Recorder plugin
#
-# $Id: Makefile,v 1.1.2.25 2006/09/17 12:46:36 scop Exp $
+# $Id: Makefile,v 1.1.2.26 2007/08/29 21:33:46 scop Exp $
# The official name of this plugin.
# This name will be used in the '-P...' option of VDR to load the plugin.
@@ -32,7 +32,7 @@ EM8300 = /usr/include
### The version number of VDR's plugin API (taken from VDR's "config.h"):
-APIVERSION = $(shell (grep 'define APIVERSION ' $(VDRDIR)/config.h || grep 'define VDRVERSION ' $(VDRDIR)/config.h) | awk '{ print $$3 }' | sed -e 's/"//g')
+APIVERSION = $(shell sed -ne '/define APIVERSION/s/^.*"\(.*\)".*$$/\1/p' $(VDRDIR)/config.h)
### The name of the distribution archive: