aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/tutorial/lib1
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2005-01-27 04:57:32 +0000
committerThomas Grill <xovo@users.sourceforge.net>2005-01-27 04:57:32 +0000
commit3e86a4527748e5de5c091ffcb4ae5ac2dd8abd8a (patch)
tree915cbff77a3b863a1fe6bfe0c44c6597c62f7d85 /externals/grill/flext/tutorial/lib1
parent22e2955b51ce16f5a550ef845f54241f7ec4d585 (diff)
Fixes for Mac
fixed autoconf files updates for batch mode some more SIMD optimized functions svn path=/trunk/; revision=2543
Diffstat (limited to 'externals/grill/flext/tutorial/lib1')
-rw-r--r--externals/grill/flext/tutorial/lib1/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/externals/grill/flext/tutorial/lib1/Makefile.am b/externals/grill/flext/tutorial/lib1/Makefile.am
index e9865545..6083365d 100644
--- a/externals/grill/flext/tutorial/lib1/Makefile.am
+++ b/externals/grill/flext/tutorial/lib1/Makefile.am
@@ -18,10 +18,10 @@ CXXFLAGS = @CXXFLAGS@ \
$(DEFS) \
-DFLEXT_SHARED
-LDFLAGS = @LDFLAGS@ \
+LDFLAGS = @DYNAMIC_LDFLAGS@ @LDFLAGS@ \
$(patsubst %,-framework %,$(FRAMEWORKS))
-LIBS = @LIBS@ -lflext
+LIBS = @LIBS@ -lflext-pd
FRAMEWORKS = @FRAMEWORKS@