summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Gmeiner <christian.gmeiner@gmail.com>2010-01-04 12:55:30 +0100
committerChristian Gmeiner <christian.gmeiner@gmail.com>2010-01-04 12:55:30 +0100
commit8f5c4e358a71fd5c82709da686121cac476f952d (patch)
tree787e638d828afafac9057a5c5345fe3417aa1fff /Makefile
parent5bf4e0e90b251eb9d90f2465a9e6ed199efbc121 (diff)
downloadvdr-plugin-dxr3-8f5c4e358a71fd5c82709da686121cac476f952d.tar.gz
vdr-plugin-dxr3-8f5c4e358a71fd5c82709da686121cac476f952d.tar.bz2
rename Uncopyable.h to uncopyable.h
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0eec9a8..279aff8 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@ VERSION = $(shell grep 'static const char VERSION\[\] *=' $(PLUGIN).c | awk '{ p
### The C++ compiler and options:
CXX = g++
-CXXFLAGS = -O2 -fPIC -Wall -Wextra -Woverloaded-virtual
+CXXFLAGS = -O2 -fPIC -Wall -Wextra -Woverloaded-virtual -Weffc++
### The directory environment: