]> git.sesse.net Git - vlc/blobdiff - vlc-config.in.in
* vlc-config.in.in: Reverted one of my first Solaris workarounds rendered
[vlc] / vlc-config.in.in
index 4a9c3b3c3ab7e63836e46735c6aef12c2b1e3295..4c223e8074ed809ab0a6f7a8c26604ebd0c19e1e 100644 (file)
@@ -243,7 +243,7 @@ if test "${echo_target}" = yes; then
     for module in `echo "${plugins}"`; do
       register_targets "${module}"
     done
-    for target in `echo ${list}`; do printf "${target}_plugin "; done
+    for target in `echo ${list}`; do printf "modules/${target}_plugin "; done
     printf '\n'
   fi
   if test "${echo_builtin}"; then
@@ -251,9 +251,9 @@ if test "${echo_target}" = yes; then
       register_targets "${module}"
     done
     if test "${echo_pic}"; then
-      for target in `echo ${list}`; do printf "${target}_pic.a "; done
+      for target in `echo ${list}`; do printf "modules/${target}_pic.a "; done
     else
-      for target in `echo ${list}`; do printf "${target}.a "; done
+      for target in `echo ${list}`; do printf "modules/${target}.a "; done
     fi
     printf '\n'
   fi
@@ -285,9 +285,9 @@ if test "${echo_libs}" = yes; then
       register_flags "${module}"
     done
     if test "${echo_pic}"; then
-      for target in `echo ${list}`; do printf "${target}_pic.a "; done
+      for target in `echo ${list}`; do printf "modules/${target}_pic.a "; done
     else
-      for target in `echo ${list}`; do printf "${target}.a "; done
+      for target in `echo ${list}`; do printf "modules/${target}.a "; done
     fi
     printf '\n'
   fi