From 56f7b13e402be41080f7e671caad30252af88051 Mon Sep 17 00:00:00 2001 From: phintuka Date: Wed, 2 Oct 2013 07:51:44 +0000 Subject: Makefile: do not build vdr plugins in install-lib when configured with --disable-vdr --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1ae21529..bc9e9544 100644 --- a/Makefile +++ b/Makefile @@ -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)/ -- cgit v1.2.3