summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Wieninger <cwieninger (at) gmx (dot) de>2007-06-13 12:18:29 +0000
committerChristian Wieninger <cwieninger (at) gmx (dot) de>2007-06-13 12:18:29 +0000
commit886ec2ba42b20ffef54971aea153afd7d610ade6 (patch)
treef7e850537795a718b0be0c037c93fa58f5d78de3 /Makefile
parent24e370825db3ad367b158fad8062a65b51c37764 (diff)
downloadvdr-plugin-live-886ec2ba42b20ffef54971aea153afd7d610ade6.tar.gz
vdr-plugin-live-886ec2ba42b20ffef54971aea153afd7d610ade6.tar.bz2
- fixed 'make dist'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index eea0727..13bedce 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
#
# Makefile for a Video Disk Recorder plugin
#
-# $Id: Makefile,v 1.42 2007/06/06 15:44:57 tadi Exp $
+# $Id: Makefile,v 1.43 2007/06/13 12:18:29 winni Exp $
# The official name of this plugin.
# This name will be used in the '-P...' option of VDR to load the plugin.
@@ -13,7 +13,7 @@ PLUGIN = live
### The version number of this plugin (taken from the main source file):
-VERSION = $(shell grep 'const char \*Plugin::VERSION *=' $(PLUGIN).cpp | awk '{ print $$5 }' | sed -e 's/[";]//g')
+VERSION = $(shell grep '\#define LIVEVERSION ' setup.h | awk '{ print $$3 }' | sed -e 's/[";]//g')
### The C++ compiler and options: