summaryrefslogtreecommitdiff
path: root/newplugin
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-06-24 09:15:17 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2006-06-24 09:15:17 +0200
commit830d86017a8f510272574f38aa9f159a3b9acc26 (patch)
tree979e581f8824565c26c2570b8c5aa3f3b26bd14e /newplugin
parent2be1771869a37f339cb9dbd772aa388b5c7b8f16 (diff)
downloadvdr-830d86017a8f510272574f38aa9f159a3b9acc26.tar.gz
vdr-830d86017a8f510272574f38aa9f159a3b9acc26.tar.bz2
Fixed the Makefile of the 'servicedemo' plugin, so that it defines the PLUGIN macro; added a comment regarding the PLUGIN macro to the 'newplugin' script
Diffstat (limited to 'newplugin')
-rwxr-xr-xnewplugin4
1 files changed, 3 insertions, 1 deletions
diff --git a/newplugin b/newplugin
index 98b8645d..dd491405 100755
--- a/newplugin
+++ b/newplugin
@@ -12,7 +12,7 @@
# See the main source file 'vdr.c' for copyright information and
# how to reach the author.
#
-# $Id: newplugin 1.28 2006/04/24 17:18:41 kls Exp $
+# $Id: newplugin 1.29 2006/06/24 09:15:17 kls Exp $
$PLUGIN_NAME = $ARGV[0] || die "Usage: newplugin <name>\n";
@@ -61,6 +61,8 @@ $MAKEFILE = qq
# The official name of this plugin.
# This name will be used in the '-P...' option of VDR to load the plugin.
# By default the main source file also carries this name.
+# IPORTANT: the presence of this macro is important for the Make.config
+# file. So it must be defined, even if it is not used here!
#
PLUGIN = $PLUGIN_NAME