diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ # See the main source file 'xineliboutput.c' for copyright information and # how to reach the author. # -# $Id: Makefile,v 1.114 2013-10-02 07:50:06 phintuka Exp $ +# $Id: Makefile,v 1.115 2013-10-02 07:51:44 phintuka Exp $ # # The official name of this plugin. @@ -337,7 +337,7 @@ ifeq ($(VDR_TREE), yes) $(INSTALL) $@ $(LIBDIR)/ endif -install-lib: $(VDRPLUGIN) $(VDRPLUGIN_SXFE) $(VDRPLUGIN_FBFE) +install-lib: $(TARGETS_VDR) ifeq ($(XINELIBOUTPUT_VDRPLUGIN), yes) @echo Installing $^ install -D $^ $(DESTDIR)$(LIBDIR)/ |