aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-09-22 14:02:28 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-09-22 14:02:28 +0000
commit600a8f21553d8c384e9e1da28c8975fe5eba3cd8 (patch)
treedff647403bf437f8c72e31378727eef0e8b7ce14
parentbca7067abf6b7ca865c748e06b3ade435731e7c3 (diff)
on MinGW, made it also look in pd/src for pd.dll/-lpd
svn path=/trunk/externals/OSCx/; revision=12424
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a812697..b35bd0a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -112,7 +112,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 "