diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2012-12-27 13:36:25 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2012-12-27 13:36:25 +0100 |
commit | c52df91e44ffb1da7f2a48ee52bec5f4093cbbc0 (patch) | |
tree | de02d1d6b299756d754aa8730eda24a71291eeb3 /PLUGINS/src/osddemo/Makefile | |
parent | 763e6e4c495b32f8fc5084560deafca092fd9223 (diff) | |
download | vdr-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/Makefile')
-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) |