summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSascha Volkenandt <sascha (at) akv-soft (dot) de>2007-01-02 20:23:45 +0000
committerSascha Volkenandt <sascha (at) akv-soft (dot) de>2007-01-02 20:23:45 +0000
commit78e1ebd904bb609f753cb8cfea56d6ecdd643a2c (patch)
tree081603c7d5adcca227351f3bba05b427e544dd70 /Makefile
parent91c3515c4913bb0b7813e7d1a10e1cb857e91db6 (diff)
downloadvdr-plugin-live-78e1ebd904bb609f753cb8cfea56d6ecdd643a2c.tar.gz
vdr-plugin-live-78e1ebd904bb609f753cb8cfea56d6ecdd643a2c.tar.bz2
- removed ecppc path hardcoded to /usr/local/bin
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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`