From 6a962cf2a35e59c3896791f15a981f2b5643452d Mon Sep 17 00:00:00 2001 From: vsr Date: Thu, 12 Sep 2013 07:06:31 +0000 Subject: [PATCH] Fix linkage problem --- src/SMESHClient/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SMESHClient/Makefile.am b/src/SMESHClient/Makefile.am index ad170b108..5a9809346 100644 --- a/src/SMESHClient/Makefile.am +++ b/src/SMESHClient/Makefile.am @@ -72,7 +72,7 @@ libSMESHClient_la_LDFLAGS = \ $(KERNEL_LDFLAGS) -lSalomeLifeCycleCORBA -lSalomeNS -lOpUtil -lSALOMEBasics -lSalomeContainer -lSalomeHDFPersist -lSalomeGenericObj \ -lRegistry -lResourcesManager -lSalomeResourcesManager -lSalomeNotification \ -lSalomeIDLKernel -lSALOMELocalTrace \ - $(GEOM_LDFLAGS) -lNMTDS -lSalomeIDLGEOM \ + $(GEOM_LDFLAGS) -lSalomeIDLGEOM \ $(CAS_KERNEL) -- 2.39.2