diff options
| author | austriancoder <austriancoder> | 2004-10-24 11:22:21 +0000 |
|---|---|---|
| committer | austriancoder <austriancoder> | 2004-10-24 11:22:21 +0000 |
| commit | 109484ee6064fbbdd1b11640f81802e5c994c2cf (patch) | |
| tree | af60f5af94825dfdc422eadcc02e2253b43adfc7 /Makefile | |
| parent | 38d94f20580ae0da1cede7acd424155cfd6585e9 (diff) | |
| download | vdr-plugin-dxr3-109484ee6064fbbdd1b11640f81802e5c994c2cf.tar.gz vdr-plugin-dxr3-109484ee6064fbbdd1b11640f81802e5c994c2cf.tar.bz2 | |
Finnish translation updates
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ # # Makefile for a Video Disk Recorder plugin # -# $Id: Makefile,v 1.7 2004/10/18 14:21:51 austriancoder Exp $ +# $Id: Makefile,v 1.8 2004/10/24 11:22:21 austriancoder Exp $ # The official name of this plugin. # This name will be used in the '-P...' option of VDR to load the plugin. @@ -16,7 +16,7 @@ VERSION = $(shell grep 'static const char \*VERSION *=' $(PLUGIN).c | awk '{ pri ### The C++ compiler and options: CXX = g++ -CXXFLAGS = -fPIC -O2 -Wall -Woverloaded-virtual +CXXFLAGS = -O2 -Wall -Woverloaded-virtual ### The directory environment: |
