From 8f5c4e358a71fd5c82709da686121cac476f952d Mon Sep 17 00:00:00 2001 From: Christian Gmeiner Date: Mon, 4 Jan 2010 12:55:30 +0100 Subject: rename Uncopyable.h to uncopyable.h --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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: -- cgit v1.2.3