aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index f134b58..4c4c37b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -103,9 +103,9 @@ else
*-*-cygwin*)
CFLAGS="$CFLAGS -mno-cygwin -Wall -Wimplicit -Wunused -Wmissing-prototypes -O3 "
LDFLAGS="-Wl,--export-dynamic -shared"
- INCLUDES="$INCLUDES -I../../../pd/src"
+ INCLUDES="$INCLUDES -I../../../pd/src -I/cygdrive/MinGW/include"
pd_suffix=dll
- LIBS="-lc -lm"
+ LIBS="-L../../../pd/src -L../../../pd/bin -L../../../pd/obj -lpd -lm -lwsock32"
;;
*-*-mingw*)
CFLAGS="$CFLAGS -mms-bitfields -Wall -Wimplicit -Wunused -Wmissing-prototypes -O3 "