aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-10-26 20:53:58 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-10-26 20:53:58 +0000
commita013ac55315dc701a0d9ba43e337c673f398638a (patch)
tree43dc5a53fdb9e21d58e55a34c7ba996545e47a01
parent104bd05c0c22b17494ecac05d035ecd059e906f5 (diff)
added pd/src as path for -lpd for new build system
svn path=/trunk/externals/OSCx/; revision=12680
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 0a9f8b4..251fbb8 100755
--- a/configure
+++ b/configure
@@ -4443,7 +4443,7 @@ else
LDFLAGS="-shared"
INCLUDES="$INCLUDES -I../../../pd/src"
pd_suffix=dll
- LIBS="-L../../../pd/bin -L../../../pd/obj -lpd -lm -lwsock32"
+ LIBS="-L../../../pd/src -L../../../pd/bin -L../../../pd/obj -lpd -lm -lwsock32"
;;
*-*-darwin*)
CFLAGS="$CFLAGS -DUNIX -Wall -Wimplicit -Wunused -Wmissing-prototypes -O3 "