From c576b609d6da9cfcec349823eba8a65ba0a92098 Mon Sep 17 00:00:00 2001 From: srn Date: Mon, 27 Mar 2006 07:59:08 +0000 Subject: [PATCH] BugID: IPAL12013, Added linker flags to allow the library to export dynamically all defined methods. --- src/SALOMEDSClient/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SALOMEDSClient/Makefile.am b/src/SALOMEDSClient/Makefile.am index 32578e10e..cf4b48561 100644 --- a/src/SALOMEDSClient/Makefile.am +++ b/src/SALOMEDSClient/Makefile.am @@ -80,5 +80,5 @@ libSalomeDSClient_la_SOURCES = \ libSalomeDSClient_la_CPPFLAGS = $(COMMON_CPPFLAGS) -libSalomeDSClient_la_LDFLAGS = -no-undefined -version-info=0:0:0 +libSalomeDSClient_la_LDFLAGS = -Wl,-E -no-undefined -version-info=0:0:0 libSalomeDSClient_la_LIBADD = $(COMMON_LIBS) -- 2.39.2