summaryrefslogtreecommitdiff
path: root/PLUGINS/src/dvbsddevice
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-01-18 12:40:17 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2012-01-18 12:40:17 +0100
commitfbe4f2a0568a1bf893f2bf970edcbb3d345e5db5 (patch)
treef6fe25555abc1fbcce6e2d62030fcdfbf632562e /PLUGINS/src/dvbsddevice
parent6469b666bd15110091da0a23a3f4e25a481b0ef7 (diff)
downloadvdr-fbe4f2a0568a1bf893f2bf970edcbb3d345e5db5.tar.gz
vdr-fbe4f2a0568a1bf893f2bf970edcbb3d345e5db5.tar.bz2
Some improvements to the Makefiles
Diffstat (limited to 'PLUGINS/src/dvbsddevice')
-rw-r--r--PLUGINS/src/dvbsddevice/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/PLUGINS/src/dvbsddevice/Makefile b/PLUGINS/src/dvbsddevice/Makefile
index 55299767..bf5f7173 100644
--- a/PLUGINS/src/dvbsddevice/Makefile
+++ b/PLUGINS/src/dvbsddevice/Makefile
@@ -1,7 +1,7 @@
#
# Makefile for a Video Disk Recorder plugin
#
-# $Id: Makefile 1.7 2011/05/21 12:25:37 kls Exp $
+# $Id: Makefile 1.8 2012/01/18 12:28:43 kls Exp $
# The official name of this plugin.
# This name will be used in the '-P...' option of VDR to load the plugin.
@@ -22,9 +22,9 @@ CXXFLAGS ?= -g -O3 -Wall -Woverloaded-virtual -Wno-parentheses
### The directory environment:
-VDRDIR = ../../..
-LIBDIR = ../../lib
-TMPDIR = /tmp
+VDRDIR ?= ../../..
+LIBDIR ?= ../../lib
+TMPDIR ?= /tmp
### Make sure that necessary options are included: