From a98932766ed8e663aea8433cf34df31c92a67959 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Mon, 29 Jun 2009 12:36:47 +0000 Subject: fixed --export-dynamic svn path=/trunk/externals/iemlib/; revision=11829 --- Make.include | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Make.include b/Make.include index d365fa5..13c6c2f 100644 --- a/Make.include +++ b/Make.include @@ -6,7 +6,7 @@ PDSOURCE ?= /usr/local/src/pd/src EXT = pd_linux -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