better build dynamic libs into ./.libs

add a symlink bin/.libs -> ../libs for running from within bin/
This commit is contained in:
Fischlurch 2008-12-12 03:38:56 +01:00 committed by Christian Thaeter
parent 12fc97b8e2
commit 499ffcbff5
2 changed files with 2 additions and 1 deletions

View file

@ -27,7 +27,7 @@ OPTIONSCACHEFILE = 'optcache'
CUSTOPTIONSFILE = 'custom-options'
SRCDIR = 'src'
BINDIR = 'bin'
LIBDIR = 'bin/.libs'
LIBDIR = '.libs'
TESTDIR = 'tests'
ICONDIR = 'icons'
VERSION = '0.1+pre.01'

1
bin/.libs Symbolic link
View file

@ -0,0 +1 @@
../.libs