From b7d1154663ccc8f245e1f56e6660e84ee705ac2a Mon Sep 17 00:00:00 2001 From: Christophe Mutricy Date: Tue, 22 Apr 2008 00:40:26 +0100 Subject: [PATCH] Source files can be in subdirectories Like for qt4 or skins2 --- vlc-config.in.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.39.2