diff --git a/Makefile b/Makefile index 0c69a99..963825b 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # # Makefile for a Video Disk Recorder plugin # -# $Id: Makefile,v 1.21 2007/10/28 16:22:44 rahrenbe Exp $ +# $Id: Makefile,v 1.22 2007/10/28 16:26:28 rahrenbe Exp $ # Debugging on/off #IPTV_DEBUG = 1 @@ -19,7 +19,7 @@ PLUGIN = iptv ### The version number of this plugin (taken from the main source file): -VERSION = $(shell grep 'static const char \*VERSION *=' $(PLUGIN).c | awk '{ print $$6 }' | sed -e 's/[";]//g') +VERSION = $(shell grep 'static const char VERSION\[\] *=' $(PLUGIN).c | awk '{ print $$6 }' | sed -e 's/[";]//g') ### The C++ compiler and options: