summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>2013-03-16 13:13:59 +0100
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>2013-03-16 13:13:59 +0100
commit6b6149f4543df9949903963e770f090855cbd376 (patch)
tree8d80e841cdbba7dba17109b17f7f14e11855735a
parent7964c3a67cf9659ea6d14fc1d04a889cd50e2153 (diff)
downloadvdr-plugin-inputdev-6b6149f4543df9949903963e770f090855cbd376.tar.gz
vdr-plugin-inputdev-6b6149f4543df9949903963e770f090855cbd376.tar.bz2
makefile: removed old cruft; get plugindir from pc
-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