summaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
Diffstat (limited to 'plugin')
-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: