summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 9272057..688eee6 100644
--- a/Makefile
+++ b/Makefile
@@ -78,7 +78,7 @@ endif
prefix = /usr/local
datadir = $(prefix)/share
-plugindir = $(patsubst $(DESTDIR)/%,/%,$(PLUGINLIBDIR))
+plugindir = $(shell ${PKG_CONFIG} --variable=libdir vdr)
udevdir = $(prefix)/lib/udev
localedir = $(datadir)/locale
@@ -87,8 +87,6 @@ vdr_PLUGINS = libvdr-$(PLUGIN).so.$(APIVERSION)
### The directory environment:
VDRDIR ?= ../../..
-LIBDIR ?= ../../lib
-TMPDIR ?= /tmp
SOCKET_PATH = /var/run/vdr/inputdev