From: vsr Date: Wed, 12 Mar 2008 14:42:38 +0000 (+0000) Subject: Avoid linking to the native omniORB X-Git-Tag: V5_0_0a1~12 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=9494844b4067851d014c05f9682e3340cfc44292;p=modules%2Fgeom.git Avoid linking to the native omniORB --- diff --git a/src/GEOM_I_Superv/Makefile.am b/src/GEOM_I_Superv/Makefile.am index 4a97945b0..b5abf8279 100644 --- a/src/GEOM_I_Superv/Makefile.am +++ b/src/GEOM_I_Superv/Makefile.am @@ -62,7 +62,6 @@ libGEOM_SupervEngine_la_CPPFLAGS = \ -I$(top_builddir)/salome_adm/unix libGEOM_SupervEngine_la_LDFLAGS = \ - ../GEOM_I/libGEOMEngine.la \ - $(KERNEL_LDFLAGS) -lSalomeGenericObj -lSalomeNS -lSalomeLifeCycleCORBA -lSalomeContainer -lSalomeDSClient \ $(CORBA_LIBS) \ + $(KERNEL_LDFLAGS) -lSalomeGenericObj -lSalomeNS -lSalomeLifeCycleCORBA -lSalomeContainer -lSalomeDSClient \ $(STDLIB)