From 0618ae5ef1281d5ec20ecb699debe357b7b8d92b Mon Sep 17 00:00:00 2001 From: Joachim Wilke Date: Thu, 20 Aug 2009 22:23:44 +0200 Subject: Fixed a bug with displaying the volume bar. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d71805e..58f65e7 100644 --- a/Makefile +++ b/Makefile @@ -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: -- cgit v1.2.3