summaryrefslogtreecommitdiff
path: root/plugins/profiler
diff options
context:
space:
mode:
authormethodus <methodus@web.de>2012-10-22 14:31:47 +0200
committermethodus <methodus@web.de>2012-10-22 14:31:47 +0200
commitb1c6f21ad8394d5a15ec4eb84e440f09c07f333e (patch)
treed7338317285697bce86e505a3d3ae1ca1547c9dc /plugins/profiler
parent2d47656d0dfddea80c04bcf48b3b9c36de784af1 (diff)
downloadvdr-plugin-upnp-b1c6f21ad8394d5a15ec4eb84e440f09c07f333e.tar.gz
vdr-plugin-upnp-b1c6f21ad8394d5a15ec4eb84e440f09c07f333e.tar.bz2
Fixed static initialization bug. Fixed linefeed bug
Diffstat (limited to 'plugins/profiler')
-rw-r--r--plugins/profiler/vdrDVBProfiler/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/profiler/vdrDVBProfiler/Makefile b/plugins/profiler/vdrDVBProfiler/Makefile
index 28c8748..879edb2 100644
--- a/plugins/profiler/vdrDVBProfiler/Makefile
+++ b/plugins/profiler/vdrDVBProfiler/Makefile
@@ -27,7 +27,7 @@ APIVERSION = $(shell sed -ne '/define UPNPPLUGIN_VERSION/s/^.*"\(.*\)".*$$/\1/p'
VDRDIR ?= $(UPNPDIR)/../../..
VDRAPIVERSION = $(shell sed -ne '/define APIVERSION/s/^.*"\(.*\)".*$$/\1/p' $(VDRDIR)/config.h)
-INCLUDES += -I$(UPNPDIR)/include
+INCLUDES += -I$(UPNPDIR)/include -I$(VDRDIR)/include
DEFINES += -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE