summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2011-01-22 20:45:06 +0100
committerJochen Dolze <vdr@dolze.de>2011-01-22 20:45:06 +0100
commitba419b0b9694ba59869cbdf47d46d1b0a28e5c84 (patch)
treeea49e89eb8b16a0e18b3fcef179b8d1628465e1b /Makefile
parenta22fb8f9b2bef75dc5723cea2604f04133036076 (diff)
downloadvdr-plugin-xmltv2vdr-ba419b0b9694ba59869cbdf47d46d1b0a28e5c84.tar.gz
vdr-plugin-xmltv2vdr-ba419b0b9694ba59869cbdf47d46d1b0a28e5c84.tar.bz2
Added new option update on start
Removed -pedantic from Makefile Fixed some minor bugs (missing EOL in file, etc. pp.) Removed cEPGExecute and introduced cEPGExecutor
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c43cd64..0761442 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ VERSION = $(shell grep 'static const char \*VERSION *=' $(PLUGIN).h | awk '{ pri
### The C++ compiler and options:
CXX ?= g++
-CXXFLAGS ?= -fPIC -g -O2 -Wall -Wextra -pedantic -Woverloaded-virtual -Wno-parentheses
+CXXFLAGS ?= -fPIC -g -O2 -Wall -Wextra -Woverloaded-virtual -Wno-parentheses
PKG-CONFIG ?= pkg-config
### The directory environment: