summaryrefslogtreecommitdiff
path: root/PLUGINS/src/osddemo
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-12-27 13:36:25 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2012-12-27 13:36:25 +0100
commitc52df91e44ffb1da7f2a48ee52bec5f4093cbbc0 (patch)
treede02d1d6b299756d754aa8730eda24a71291eeb3 /PLUGINS/src/osddemo
parent763e6e4c495b32f8fc5084560deafca092fd9223 (diff)
downloadvdr-c52df91e44ffb1da7f2a48ee52bec5f4093cbbc0.tar.gz
vdr-c52df91e44ffb1da7f2a48ee52bec5f4093cbbc0.tar.bz2
Now using targets "install-lib" and "install-i18n" when building plugins locally
Diffstat (limited to 'PLUGINS/src/osddemo')
-rw-r--r--PLUGINS/src/osddemo/Makefile6
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)