From 47dfd81572f11269971748ffdf1aad0564a09497 Mon Sep 17 00:00:00 2001 From: vsr Date: Mon, 30 Nov 2009 11:05:58 +0000 Subject: [PATCH] Fix problem of linkage to the native libraries --- src/PluginUtils/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 = \ -- 2.39.2