summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorscop <scop>2006-04-22 11:24:28 +0000
committerscop <scop>2006-04-22 11:24:28 +0000
commit173a37ed403479efcfef347bed7e9f1edcc435be (patch)
tree7c15b1fd50bb24abd54f73fa73fa35c099c40f32 /Makefile
parent81fe77b4f9e564ad1139ba5a10b7f54861534762 (diff)
downloadvdr-plugin-dxr3-173a37ed403479efcfef347bed7e9f1edcc435be.tar.gz
vdr-plugin-dxr3-173a37ed403479efcfef347bed7e9f1edcc435be.tar.bz2
Constness tuning.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8234dc3..3bef7ec 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
#
# Makefile for a Video Disk Recorder plugin
#
-# $Id: Makefile,v 1.1.2.23 2006/04/19 21:57:35 scop Exp $
+# $Id: Makefile,v 1.1.2.24 2006/04/22 11:24:28 scop Exp $
# The official name of this plugin.
# This name will be used in the '-P...' option of VDR to load the plugin.
@@ -11,7 +11,7 @@ PLUGIN = dxr3
### 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: