Changeset b92e91322c0b7a1a5a416b654c681e5fc15b305b

Show
Ignore:
Timestamp:
03/04/06 21:24:19 (2 years ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1141503859 +0000
git-parent:

[7ba17d5f530371f2e336827f1c2634bb4e9bd475]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1141503859 +0000
Message:

Remove superfluous dep

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • bootstrap

    r078efe2 rb92e913  
    22 
    33##  bootstrap file for the VLC media player 
    4 ##  $Id$ 
    54## 
    65## Copyright (C) 2005-2006 the VideoLAN team 
    76## 
    8 ##  Initial author: Sam Hocevar <sam@zoy.org> 
     7##  Authors: Sam Hocevar <sam@zoy.org> 
     8##           Rémi Denis-Courmont <rem # videolan # org> 
     9## 
     10## Muahaha! no annoying dollar I dee dollar that causes rebuild at commit 
    911 
    1012if test "$#" != "0"; then 
     
    414416    -rpath '\$(libvlcdir)' -module -shrext \$(LIBEXT) 
    415417lib${mod}_plugin_la_LIBADD = \$(LTLIBVLC) 
    416 lib${mod}_plugin_la_DEPENDENCIES = \$(LTLIBVLC) 
    417418 
    418419lib${mod}_pic_a_SOURCES = \$(SOURCES_${mod})