Now using targets "install-lib" and "install-i18n" when building plugins locally

This commit is contained in:
Klaus Schmidinger
2012-12-27 13:36:25 +01:00
parent 763e6e4c49
commit c52df91e44
9 changed files with 41 additions and 10 deletions

View File

@@ -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)