summaryrefslogtreecommitdiff
path: root/newplugin
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-04-15 12:39:35 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2006-04-15 12:39:35 +0200
commit12ea50fceba47cbfde1e11da4fff9aa5f5b2aeda (patch)
treed5a615c30e728df15c8117635e89be5f15b560ed /newplugin
parentb49df33917938bac6b57d7a122133cbe0b6b3d39 (diff)
downloadvdr-12ea50fceba47cbfde1e11da4fff9aa5f5b2aeda.tar.gz
vdr-12ea50fceba47cbfde1e11da4fff9aa5f5b2aeda.tar.bz2
Removed DVBDIR from Makefile; it's now defined in Make.config if necessary
Diffstat (limited to 'newplugin')
-rwxr-xr-xnewplugin5
1 files changed, 2 insertions, 3 deletions
diff --git a/newplugin b/newplugin
index e1d32f0c..dfa0fc07 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.23 2006/04/15 11:18:36 kls Exp $
+# $Id: newplugin 1.24 2006/04/15 11:59:43 kls Exp $
$PLUGIN_NAME = $ARGV[0] || die "Usage: newplugin <name>\n";
@@ -75,7 +75,6 @@ CXXFLAGS ?= -fPIC -g -O2 -Wall -Woverloaded-virtual
### The directory environment:
-DVBDIR = ../../../../DVB
VDRDIR = ../../..
LIBDIR = ../../lib
TMPDIR = /tmp
@@ -95,7 +94,7 @@ PACKAGE = vdr-\$(ARCHIVE)
### Includes and Defines (add further entries here):
-INCLUDES += -I\$(VDRDIR)/include -I\$(DVBDIR)/include
+INCLUDES += -I\$(VDRDIR)/include
DEFINES += -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"\$(PLUGIN)"'