diff options
| author | Jochen Dolze <vdr@dolze.de> | 2012-09-29 10:59:19 +0200 |
|---|---|---|
| committer | Jochen Dolze <vdr@dolze.de> | 2012-09-29 10:59:19 +0200 |
| commit | 8844d5b4cd4420a5e0643a27b6e7152379ecf447 (patch) | |
| tree | fe50ad3d87a237abd514138247ab38d0d3c1c6b8 /plugin/Makefile | |
| parent | 71bcd626abd6f79bb8521837efd94461ec811545 (diff) | |
| download | vdr-plugin-markad-8844d5b4cd4420a5e0643a27b6e7152379ecf447.tar.gz vdr-plugin-markad-8844d5b4cd4420a5e0643a27b6e7152379ecf447.tar.bz2 | |
Small changes on plugin makefile
Diffstat (limited to 'plugin/Makefile')
| -rw-r--r-- | plugin/Makefile | 6 |
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: |
