From c56e1e031dd015c7e2d1ee5ac48a8fe6bfab244b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Mon, 29 Jun 2009 12:43:27 +0000 Subject: fixed --export-dynamic and make makefile be the same as makefile_linux svn path=/trunk/externals/iem/iemgui/; revision=11832 --- 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 7736cf1..100f81f 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