diff options
Diffstat (limited to 'PLUGINS/src/dvbsddevice/Makefile')
-rw-r--r-- | PLUGINS/src/dvbsddevice/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/PLUGINS/src/dvbsddevice/Makefile b/PLUGINS/src/dvbsddevice/Makefile index 44517744..72f6139b 100644 --- a/PLUGINS/src/dvbsddevice/Makefile +++ b/PLUGINS/src/dvbsddevice/Makefile @@ -1,7 +1,7 @@ # # Makefile for a Video Disk Recorder plugin # -# $Id: Makefile 1.15 2012/12/23 10:01:12 kls Exp $ +# $Id: Makefile 1.16 2012/12/27 13:01:57 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) |