Commit ce71b4d4 authored by dscho's avatar dscho

Fix libvncserver-config for in-place operation

Since quite some time, the linkable libraries are stored in the .libs/
subdirectories.  Adjust libvncserver-config to account for that when
running without installing.
Signed-off-by: 's avatarJohannes Schindelin <johannes.schindelin@gmx.de>
parent eaecbf4b
......@@ -11,7 +11,7 @@ if [ -f "`dirname "$0"`/libvncserver-config.in" ]; then
dir="`dirname "$0"`"
prefix="`cd "$dir"; pwd`"
includedir="$prefix"
libdir="$prefix/libvncserver $prefix/libvncclient"
libdir="$prefix/libvncserver/.libs $prefix/libvncclient/.libs"
fi
usage="\
......
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