summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2012-09-29 10:59:19 +0200
committerJochen Dolze <vdr@dolze.de>2012-09-29 10:59:19 +0200
commit8844d5b4cd4420a5e0643a27b6e7152379ecf447 (patch)
treefe50ad3d87a237abd514138247ab38d0d3c1c6b8
parent71bcd626abd6f79bb8521837efd94461ec811545 (diff)
downloadvdr-plugin-markad-8844d5b4cd4420a5e0643a27b6e7152379ecf447.tar.gz
vdr-plugin-markad-8844d5b4cd4420a5e0643a27b6e7152379ecf447.tar.bz2
Small changes on plugin makefile
-rw-r--r--plugin/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugin/Makefile b/plugin/Makefile
index c5a95c2..701ada1 100644
--- a/plugin/Makefile
+++ b/plugin/Makefile
@@ -21,9 +21,9 @@ CXXFLAGS ?= -fPIC -g -O2 -Wall -Wextra -Woverloaded-virtual -Wno-parentheses
### The directory environment:
-VDRDIR = ../../../..
-LIBDIR = ../../../lib
-TMPDIR = /tmp
+VDRDIR ?= ../../../..
+LIBDIR ?= ../../../lib
+TMPDIR ?= /tmp
### Make sure that necessary options are included: