From: vsr Date: Tue, 25 Jan 2005 06:36:57 +0000 (+0000) Subject: Make VISU module compilable (according to the KERNEL adm file changes) - flags for... X-Git-Tag: V2_2_0b2~9 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=182f1eb935cff478a39dce12fb3ab24531f751ac;p=modules%2Fvisu.git Make VISU module compilable (according to the KERNEL adm file changes) - flags for 'make bin' step have been modified --- diff --git a/adm_local/unix/make_commence.in b/adm_local/unix/make_commence.in index a3aad544..bbeb59ef 100644 --- a/adm_local/unix/make_commence.in +++ b/adm_local/unix/make_commence.in @@ -10,9 +10,12 @@ HAVE_SSTREAM=@HAVE_SSTREAM@ LIBS=@LIBS@ +LIBSFORBIN=@LIBS@ LDFLAGS=@LDFLAGS@ -L$(top_builddir)/lib/salome -Xlinker -rpath-link -Xlinker -L$(top_builddir)/lib/salome +LDFLAGSFORBIN=@LDFLAGS@ -L$(top_builddir)/lib/salome # add libstdc++ to link c++ library with libtool ! LDFLAGS+= -lstdc++ +LDFLAGSFORBIN+= -lstdc++ CP=@CP@