summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorscop <scop>2006-04-19 21:57:35 +0000
committerscop <scop>2006-04-19 21:57:35 +0000
commit516ba7aa7fc441f53ef79f698844c83f1102cd2d (patch)
tree78759fa4f5c1b59f0cb19d76ba24577fecebcca5 /Makefile
parentdd9ecc4a7407ecbbe5d98f39e076e184f6d95311 (diff)
downloadvdr-plugin-dxr3-516ba7aa7fc441f53ef79f698844c83f1102cd2d.tar.gz
vdr-plugin-dxr3-516ba7aa7fc441f53ef79f698844c83f1102cd2d.tar.bz2
VDR >= 1.3.47 is a bit gratuitous, back that down to 1.3.42.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 93cd715..8234dc3 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
#
# Makefile for a Video Disk Recorder plugin
#
-# $Id: Makefile,v 1.1.2.22 2006/04/18 21:30:11 scop Exp $
+# $Id: Makefile,v 1.1.2.23 2006/04/19 21:57:35 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 | awk '{ print $$3 }' | sed -e 's/"//g')
+APIVERSION = $(shell (grep 'define APIVERSION ' $(VDRDIR)/config.h || grep 'define VDRVERSION ' $(VDRDIR)/config.h) | awk '{ print $$3 }' | sed -e 's/"//g')
### The name of the distribution archive: