summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Wieninger <cwieninger (at) gmx (dot) de>2007-04-26 17:36:46 +0000
committerChristian Wieninger <cwieninger (at) gmx (dot) de>2007-04-26 17:36:46 +0000
commit08e7642de2193889057796cbdaae62a20f6c4323 (patch)
tree4f82e9c7defd4565508b6a8da230cfe49186e033
parentc4306bb47f02324e709b1f254a1b1d082eab7d81 (diff)
downloadvdr-plugin-live-08e7642de2193889057796cbdaae62a20f6c4323.tar.gz
vdr-plugin-live-08e7642de2193889057796cbdaae62a20f6c4323.tar.bz2
- moved version checking from live.h to live.cpp
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 85e87fa..044c44a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
#
# Makefile for a Video Disk Recorder plugin
#
-# $Id: Makefile,v 1.31 2007/01/25 19:33:01 lordjaxom Exp $
+# $Id: Makefile,v 1.32 2007/04/26 17:36:46 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).h | awk '{ print $$5 }' | sed -e 's/[";]//g')
+VERSION = $(shell grep 'const char \*Plugin::VERSION *=' $(PLUGIN).cpp | awk '{ print $$5 }' | sed -e 's/[";]//g')
### The C++ compiler and options: