[vlc-devel] commit: Source files can be in subdirectories (Christophe Mutricy )
git version control
git at videolan.org
Tue Apr 22 01:39:38 CEST 2008
vlc | branch: master | Christophe Mutricy <xtophe at videolan.org> | Tue Apr 22 00:40:26 2008 +0100| [b7d1154663ccc8f245e1f56e6660e84ee705ac2a]
Source files can be in subdirectories
Like for qt4 or skins2
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b7d1154663ccc8f245e1f56e6660e84ee705ac2a
---
vlc-config.in.in | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/vlc-config.in.in b/vlc-config.in.in
index 5245222..73f97bb 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)
More information about the vlc-devel
mailing list