From: vsr Date: Mon, 30 Nov 2009 11:05:58 +0000 (+0000) Subject: Fix problem of linkage to the native libraries X-Git-Tag: V5_1_3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2FV5_1_3_BR;p=plugins%2Fblsurfplugin.git Fix problem of linkage to the native libraries --- diff --git a/src/PluginUtils/Makefile.am b/src/PluginUtils/Makefile.am index 7b35669..455debb 100644 --- a/src/PluginUtils/Makefile.am +++ b/src/PluginUtils/Makefile.am @@ -50,13 +50,13 @@ libGeomSelectionTools_la_CPPFLAGS = \ -I$(top_builddir)/idl libGeomSelectionTools_la_LDFLAGS = \ - $(QT_LIBS) \ - $(CORBA_LIBS) \ $(KERNEL_LDFLAGS) -lSalomeIDLKernel -lSALOMELocalTrace -lSalomeLifeCycleCORBA \ $(GUI_LDFLAGS) -lSalomeObject -lsuit -lLightApp -lSalomeApp \ $(GEOM_LDFLAGS) -lSalomeIDLGEOM -lGEOMClient \ ${SMESH_LDFLAGS} -lSMESH \ - $(CAS_KERNEL) -lTKBRep -lTKG3d + $(CAS_KERNEL) -lTKBRep -lTKG3d \ + $(QT_LIBS) \ + $(CORBA_LIBS) # resources files #nodist_salomeres_DATA = \