Commit b7d11546 authored by Christophe Mutricy's avatar Christophe Mutricy

Source files can be in subdirectories

Like for qt4 or skins2
parent 8dffd514
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment