diff options
| author | Jochen Dolze <vdr@dolze.de> | 2011-01-22 20:45:06 +0100 |
|---|---|---|
| committer | Jochen Dolze <vdr@dolze.de> | 2011-01-22 20:45:06 +0100 |
| commit | ba419b0b9694ba59869cbdf47d46d1b0a28e5c84 (patch) | |
| tree | ea49e89eb8b16a0e18b3fcef179b8d1628465e1b /Makefile | |
| parent | a22fb8f9b2bef75dc5723cea2604f04133036076 (diff) | |
| download | vdr-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-- | 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 -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: |
