diff --git a/Makefile b/Makefile index 4d9c161..bf66864 100644 --- a/Makefile +++ b/Makefile @@ -28,9 +28,9 @@ LDFLAGS ?= -Wl,--as-needed ### The directory environment: -VDRDIR = ../../.. -LIBDIR = ../../lib -TMPDIR = /tmp +VDRDIR ?= ../../.. +LIBDIR ?= ../../lib +TMPDIR ?= /tmp ### Make sure that necessary options are included: