diff options
author | woro <woro@e10066b5-e1e2-0310-b819-94efdf66514b> | 2008-11-16 14:00:34 +0000 |
---|---|---|
committer | woro <woro@e10066b5-e1e2-0310-b819-94efdf66514b> | 2008-11-16 14:00:34 +0000 |
commit | 24bd7f349eb60099067996f12c47ca2e894cd7ba (patch) | |
tree | 8c0d2af5f61ccb061b02f6a4f340001ed2e232d9 | |
parent | 038a876a48c36230d678e103f10c8fcbccfe8af7 (diff) | |
download | vdr-plugin-muggle-24bd7f349eb60099067996f12c47ca2e894cd7ba.tar.gz vdr-plugin-muggle-24bd7f349eb60099067996f12c47ca2e894cd7ba.tar.bz2 |
Patch from Andreas Brachold: remove obsolete DVBDIR from Makefile
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1214 e10066b5-e1e2-0310-b819-94efdf66514b
-rw-r--r-- | Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -44,8 +44,7 @@ CXXFLAGS ?= -fPIC -O0 -Wall -Wformat=2 -Woverloaded-virtual -Wno-deprecated -g ### The directory environment: -DVBDIR ?= ../../../../DVB -VDRDIR ?= ../../../ +VDRDIR ?= ../../.. LIBDIR ?= ../../lib TMPDIR ?= /tmp BINDIR ?= /usr/local/bin @@ -81,7 +80,7 @@ PACKAGE = vdr-$(ARCHIVE) ### Includes and Defines (add further entries here): -INCLUDES += -I$(VDRDIR) -I$(VDRDIR)/include -I$(DVBDIR)/include \ +INCLUDES += -I$(VDRDIR) -I$(VDRDIR)/include \ $(shell taglib-config --cflags) DEFINES += -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"$(PLUGIN)"' |