From 534473e770c8d717c1e654892be4f86afbda7358 Mon Sep 17 00:00:00 2001 From: Christian Wieninger Date: Sun, 28 Feb 2010 20:31:14 +0100 Subject: support for VDR's Make.global --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a54270d..37adb02 100644 --- a/Makefile +++ b/Makefile @@ -60,7 +60,7 @@ VERSION = $(shell grep 'static const char VERSION\[\] *=' $(PLUGIN).c | awk '{ p ### The C++ compiler and options: CXX ?= g++ -CXXFLAGS ?= -Wall -O2 -Woverloaded-virtual -Wno-format-y2k -fPIC +CXXFLAGS ?= -g -O2 -Wall -Woverloaded-virtual -Wno-parentheses -Wno-format-y2k ### The directory environment: @@ -84,6 +84,10 @@ ifdef AUTOCONFIG endif endif +### Make sure that necessary options are included: +-include $(VDRDIR)/Make.global + + ### Allow user defined options to overwrite defaults: -include $(VDRDIR)/Make.config -- cgit v1.2.3