diff options
| author | Dimitar Petrovski <dimeptr@gmail.com> | 2011-05-15 01:51:54 +0200 |
|---|---|---|
| committer | Dimitar Petrovski <dimeptr@gmail.com> | 2011-05-15 01:51:54 +0200 |
| commit | d202a909ef2601729f81e8f4720a3d384092652a (patch) | |
| tree | d5d12c02989b1a06353587a5ec0a5739e3dfac83 /Makefile | |
| parent | 7c6b0d167cdccd79c51d69ce6c938f1128fe7cda (diff) | |
| download | vdr-plugin-eepg-d202a909ef2601729f81e8f4720a3d384092652a.tar.gz vdr-plugin-eepg-d202a909ef2601729f81e8f4720a3d384092652a.tar.bz2 | |
Changed loging so that in can be modified (decorated) in the future
Removed warnings
Refactored some code
fixed MHW1 so all summaries that are present are included
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -31,7 +31,7 @@ VERSION = $(shell grep 'static const char \*VERSION *=' $(PLUGIN).c | awk '{ pri ### The C++ compiler and options: CXX ?= g++ -CXXFLAGS ?= -O2 -fPIC -Wall -Woverloaded-virtual -Wno-unused-result +CXXFLAGS ?= -O2 -fPIC -Wall -Woverloaded-virtual ### The directory environment: @@ -42,6 +42,7 @@ TMPDIR = /tmp ### Allow user defined options to overwrite defaults: -include $(VDRDIR)/Make.config +-include Make.config ### The version number of VDR (taken from VDR's "config.h"): |
