aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-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 "