From 78e1ebd904bb609f753cb8cfea56d6ecdd643a2c Mon Sep 17 00:00:00 2001 From: Sascha Volkenandt Date: Tue, 2 Jan 2007 20:23:45 +0000 Subject: - removed ecppc path hardcoded to /usr/local/bin --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 901b277..6e237e0 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # # Makefile for a Video Disk Recorder plugin # -# $Id: Makefile,v 1.3 2007/01/02 20:20:36 lordjaxom Exp $ +# $Id: Makefile,v 1.4 2007/01/02 20:23:45 lordjaxom Exp $ # The official name of this plugin. # This name will be used in the '-P...' option of VDR to load the plugin. @@ -20,7 +20,7 @@ VERSION = $(shell grep 'static const char \*VERSION *=' $(PLUGIN).cpp | awk '{ p CXX ?= g++ CXXFLAGS ?= -fPIC -g -O2 -Wall -Woverloaded-virtual -ECPPC ?= /usr/local/bin/ecppc +ECPPC ?= ecppc CXXFLAGS += `tntnet-config --cxxflags` LDFLAGS += `tntnet-config --libs` -- cgit v1.2.3