From a013ac55315dc701a0d9ba43e337c673f398638a Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 26 Oct 2009 20:53:58 +0000 Subject: added pd/src as path for -lpd for new build system svn path=/trunk/externals/OSCx/; revision=12680 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 " -- cgit v1.2.1