diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-09-22 14:02:28 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-09-22 14:02:28 +0000 |
commit | 600a8f21553d8c384e9e1da28c8975fe5eba3cd8 (patch) | |
tree | dff647403bf437f8c72e31378727eef0e8b7ce14 | |
parent | bca7067abf6b7ca865c748e06b3ade435731e7c3 (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.ac | 2 |
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 " |