diff options
Diffstat (limited to 'PLUGINS/src/osddemo')
-rw-r--r-- | PLUGINS/src/osddemo/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/PLUGINS/src/osddemo/Makefile b/PLUGINS/src/osddemo/Makefile index 3ef4fdc3..6f06e896 100644 --- a/PLUGINS/src/osddemo/Makefile +++ b/PLUGINS/src/osddemo/Makefile @@ -1,7 +1,7 @@ # # Makefile for a Video Disk Recorder plugin # -# $Id: Makefile 2.11 2012/12/23 10:04:05 kls Exp $ +# $Id: Makefile 2.12 2012/12/27 13:02:35 kls Exp $ # The official name of this plugin. # This name will be used in the '-P...' option of VDR to load the plugin. @@ -67,6 +67,10 @@ $(DEPFILE): Makefile -include $(DEPFILE) +### Internationalization (I18N): + +install-i18n: + ### Targets: $(SOFILE): $(OBJS) |