From 8844d5b4cd4420a5e0643a27b6e7152379ecf447 Mon Sep 17 00:00:00 2001 From: Jochen Dolze Date: Sat, 29 Sep 2012 10:59:19 +0200 Subject: Small changes on plugin makefile --- plugin/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugin/Makefile') 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: -- cgit v1.2.3