diff options
author | phintuka <phintuka> | 2013-10-02 07:51:44 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2013-10-02 07:51:44 +0000 |
commit | 56f7b13e402be41080f7e671caad30252af88051 (patch) | |
tree | 71d9154f01e81a7e410ff9e0ea01d3d4e375e739 | |
parent | fe17a9f205fdad8109616599881d964f8d1943a5 (diff) | |
download | xineliboutput-56f7b13e402be41080f7e671caad30252af88051.tar.gz xineliboutput-56f7b13e402be41080f7e671caad30252af88051.tar.bz2 |
Makefile: do not build vdr plugins in install-lib when configured with --disable-vdr
-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)/ |