diff options
| author | Christian Gmeiner <christian.gmeiner@gmail.com> | 2010-01-04 12:55:30 +0100 |
|---|---|---|
| committer | Christian Gmeiner <christian.gmeiner@gmail.com> | 2010-01-04 12:55:30 +0100 |
| commit | 8f5c4e358a71fd5c82709da686121cac476f952d (patch) | |
| tree | 787e638d828afafac9057a5c5345fe3417aa1fff /Makefile | |
| parent | 5bf4e0e90b251eb9d90f2465a9e6ed199efbc121 (diff) | |
| download | vdr-plugin-dxr3-8f5c4e358a71fd5c82709da686121cac476f952d.tar.gz vdr-plugin-dxr3-8f5c4e358a71fd5c82709da686121cac476f952d.tar.bz2 | |
rename Uncopyable.h to uncopyable.h
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |
