diff options
author | Joachim Wilke <vdr@joachim-wilke.de> | 2009-08-20 22:23:44 +0200 |
---|---|---|
committer | Joachim Wilke <vdr@joachim-wilke.de> | 2009-08-20 22:23:44 +0200 |
commit | 0618ae5ef1281d5ec20ecb699debe357b7b8d92b (patch) | |
tree | c3e0e5d7c6536f4444d28e2a4d22ac808d34aff1 /Makefile | |
parent | b34352d96ff1fe5f9adfc72f3cf6732ea83d53b2 (diff) | |
download | vdr-plugin-lcdproc-0618ae5ef1281d5ec20ecb699debe357b7b8d92b.tar.gz vdr-plugin-lcdproc-0618ae5ef1281d5ec20ecb699debe357b7b8d92b.tar.bz2 |
Fixed a bug with displaying the volume bar.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -22,8 +22,8 @@ CXXFLAGS ?= -fPIC -g -O2 -Wall -Woverloaded-virtual ### The directory environment: -VDRDIR = ../../.. -LIBDIR = ../../lib +VDRDIR ?= ../../.. +LIBDIR = $(VDRDIR)/PLUGINS/lib TMPDIR = /tmp ### Allow user defined options to overwrite defaults: |