From 1dc2ecb06b87c71aa22544b563ca6137bca71418 Mon Sep 17 00:00:00 2001 From: Antti Ajanki Date: Thu, 7 Oct 2010 19:20:19 +0300 Subject: support VDR 1.7.13 --- src/vdr-plugin/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/vdr-plugin/Makefile b/src/vdr-plugin/Makefile index 04ed962..bd1eee5 100644 --- a/src/vdr-plugin/Makefile +++ b/src/vdr-plugin/Makefile @@ -18,7 +18,7 @@ VERSION = $(shell grep 'const char \*VERSION *=' $(PLUGIN).c | awk '{ print $$5 ### The C++ compiler and options: CXX ?= g++ -CXXFLAGS ?= -fPIC -g -O2 -Wall -Woverloaded-virtual -Wno-parentheses +CXXFLAGS ?= -g -O2 -Wall -Woverloaded-virtual -Wno-parentheses ### The directory environment: @@ -30,9 +30,12 @@ TMPDIR = /tmp LIBS = `xml2-config --libs` -L../libwebvi -lwebvi -### Allow user defined options to overwrite defaults: +### Make sure that necessary options are included: -include $(VDRDIR)/Make.global + +### Allow user defined options to overwrite defaults: + -include $(VDRDIR)/Make.config ### The version number of VDR's plugin API (taken from VDR's "config.h"): -- cgit v1.2.3