summaryrefslogtreecommitdiff
path: root/plugins/provider
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/provider
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/provider')
-rw-r--r--plugins/provider/recProvider/Makefile2
-rw-r--r--plugins/provider/vdrProvider/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/provider/recProvider/Makefile b/plugins/provider/recProvider/Makefile
index d23a6e7..95f8f41 100644
--- a/plugins/provider/recProvider/Makefile
+++ b/plugins/provider/recProvider/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
diff --git a/plugins/provider/vdrProvider/Makefile b/plugins/provider/vdrProvider/Makefile
index 9f8361e..de30380 100644
--- a/plugins/provider/vdrProvider/Makefile
+++ b/plugins/provider/vdrProvider/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