Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
b7d11546
Commit
b7d11546
authored
Apr 22, 2008
by
Christophe Mutricy
Browse files
Source files can be in subdirectories
Like for qt4 or skins2
parent
8dffd514
Changes
1
Hide whitespace changes
Inline
Side-by-side
vlc-config.in.in
View file @
b7d11546
...
...
@@ -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
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment