Changeset b7d1154663ccc8f245e1f56e6660e84ee705ac2a

Show
Ignore:
Timestamp:
04/22/08 01:40:26 (2 months ago)
Author:
Christophe Mutricy <xtophe@videolan.org>
git-committer:
Christophe Mutricy <xtophe@videolan.org> 1208821226 +0100
git-parent:

[8dffd5142ee3420a6df9b4ee7c8834bd5442f5bc]

git-author:
Christophe Mutricy <xtophe@videolan.org> 1208821226 +0100
Message:

Source files can be in subdirectories

Like for qt4 or skins2

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • vlc-config.in.in

    r66b5536 rb7d1154  
    153153  tgt="$1" 
    154154  case "$tgt" in 
    155     lib*_plugin_la-*.lo) 
    156       tgt="${tgt#lib}" 
     155    *lib*_plugin_la-*.lo) 
     156      tgt="${tgt#*lib}" 
    157157      tgt="${tgt%_plugin_la-*.lo}" 
    158158      ;;