summaryrefslogtreecommitdiff
path: root/Makefile.since-1.7.35
diff options
context:
space:
mode:
authorhorchi <vdr@jwendel.de>2018-10-04 18:51:40 +0200
committerhorchi <vdr@jwendel.de>2018-10-04 18:51:40 +0200
commitf52393ce3d48203bdf1a340bd4db12a3dc8a20a3 (patch)
tree3f3f2a5d37cd1e5a74d020365783a2613853894d /Makefile.since-1.7.35
parentde40508e84fa064b369dea17c6d74e7ceba3fbb3 (diff)
downloadvdr-plugin-seduatmo-0.0.6.tar.gz
vdr-plugin-seduatmo-0.0.6.tar.bz2
2018-10-04: Version 0.0.6\n Added support of softhdcuvid plugin\n\n0.0.6
Diffstat (limited to 'Makefile.since-1.7.35')
-rw-r--r--Makefile.since-1.7.355
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.since-1.7.35 b/Makefile.since-1.7.35
index b025e5e..70a6085 100644
--- a/Makefile.since-1.7.35
+++ b/Makefile.since-1.7.35
@@ -2,7 +2,8 @@
# Makefile for a Video Disk Recorder plugin
#
-PLUGIN = seduatmo
+PLUGIN = seduatmo
+HISTFILE = "HISTORY.h"
### The version number of this plugin (taken from the main source file):
@@ -12,7 +13,7 @@ LASTHIST = $(shell grep '^20[0-3][0-9]' $(HISTFILE) | head -1)
LASTCOMMENT = $(subst |,\n,$(shell sed -n '/$(LASTHIST)/,/^ *$$/p' $(HISTFILE) | tr '\n' '|'))
LASTTAG = $(shell git describe --tags --abbrev=0)
BRANCH = $(shell git rev-parse --abbrev-ref HEAD)
-GIT_REV = $(shell git describe --always 2>/dev/null)
+GIT_REV = $(shell git describe --always 2>/dev/null)
### The directory environment: