diff options
author | Jochen Dolze <vdr@dolze.de> | 2010-05-25 21:36:38 +0200 |
---|---|---|
committer | Jochen Dolze <vdr@dolze.de> | 2010-05-25 21:36:38 +0200 |
commit | e8891a0d2713d830c276c3914a6c6bfd75b71295 (patch) | |
tree | 29ab5015744f35b92870d838f57039b5c4dca578 /Makefile | |
parent | 18e1698f114f033accb23abbb83ba7761f04b566 (diff) | |
download | vdr-plugin-infosatepg-e8891a0d2713d830c276c3914a6c6bfd75b71295.tar.gz vdr-plugin-infosatepg-e8891a0d2713d830c276c3914a6c6bfd75b71295.tar.bz2 |
Fixed support for VDR >= 1.7.13 ;)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ VERSION = $(shell grep 'static const char \*VERSION *=' $(PLUGIN).h | awk '{ pri ### The C++ compiler and options: CXX ?= g++ -CXXFLAGS ?= -fPIC -g0 -O2 -Wall -Woverloaded-virtual -Wno-parentheses +CXXFLAGS ?= -fPIC -g0 -O2 -Wall -Wextra -Woverloaded-virtual -Wno-parentheses ### The directory environment: |