From c52df91e44ffb1da7f2a48ee52bec5f4093cbbc0 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Thu, 27 Dec 2012 13:36:25 +0100 Subject: Now using targets "install-lib" and "install-i18n" when building plugins locally --- PLUGINS/src/rcu/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'PLUGINS/src/rcu') diff --git a/PLUGINS/src/rcu/Makefile b/PLUGINS/src/rcu/Makefile index d1b162ae..d2cbe9a3 100644 --- a/PLUGINS/src/rcu/Makefile +++ b/PLUGINS/src/rcu/Makefile @@ -1,7 +1,7 @@ # # Makefile for a Video Disk Recorder plugin # -# $Id: Makefile 1.8 2012/12/23 10:04:15 kls Exp $ +# $Id: Makefile 1.9 2012/12/27 13:02:41 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) -- cgit v1.2.3