From 830d86017a8f510272574f38aa9f159a3b9acc26 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sat, 24 Jun 2006 09:15:17 +0200 Subject: 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 --- PLUGINS/src/servicedemo/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'PLUGINS/src') diff --git a/PLUGINS/src/servicedemo/Makefile b/PLUGINS/src/servicedemo/Makefile index 08e83c31..e44af0b1 100644 --- a/PLUGINS/src/servicedemo/Makefile +++ b/PLUGINS/src/servicedemo/Makefile @@ -1,12 +1,13 @@ # # Makefile for a Video Disk Recorder plugin # -# $Id: Makefile 1.6 2006/04/24 17:21:01 kls Exp $ +# $Id: Makefile 1.7 2006/06/24 09:09:54 kls Exp $ # 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. # +PLUGIN = servicedemo # dummy name for Make.config PLUGIN1 = svccli PLUGIN2 = svcsvr -- cgit v1.2.3