From: Christophe Mutricy Date: Mon, 21 Apr 2008 23:40:26 +0000 (+0100) Subject: Source files can be in subdirectories X-Git-Tag: 0.9.0-test0~1370 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=b7d1154663ccc8f245e1f56e6660e84ee705ac2a;p=vlc Source files can be in subdirectories Like for qt4 or skins2 --- diff --git a/vlc-config.in.in b/vlc-config.in.in index 5245222c50..73f97bb648 100644 --- a/vlc-config.in.in +++ b/vlc-config.in.in @@ -152,8 +152,8 @@ while test $# -gt 0; do # This is just a convenience hack for modules/common.am tgt="$1" case "$tgt" in - lib*_plugin_la-*.lo) - tgt="${tgt#lib}" + *lib*_plugin_la-*.lo) + tgt="${tgt#*lib}" tgt="${tgt%_plugin_la-*.lo}" ;; lib*_plugin.la)