From 57e63a113767c82ce61c663b833937b3f099c1cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Mon, 29 Jun 2009 12:44:01 +0000 Subject: fixed --export-dynamic and make makefile be the same as makefile_linux svn path=/trunk/externals/iem/iem_spec2/; revision=11833 --- src/makefile_linux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/makefile_linux') diff --git a/src/makefile_linux b/src/makefile_linux index 5371eca..87c3af4 100644 --- a/src/makefile_linux +++ b/src/makefile_linux @@ -4,7 +4,7 @@ current: all INCLUDE = -I. -I/usr/local/src/pd/src -LDFLAGS = -export-dynamic -shared +LDFLAGS = --export-dynamic -shared LIB = -ldl -lm -lpthread #select either the DBG and OPT compiler flags below: -- cgit v1.2.1