From: maintenance team Date: Thu, 4 Dec 2008 13:21:17 +0000 (+0000) Subject: Fix linkage problem: add missing -l options X-Git-Tag: V4_1_0_maintainance_20090206 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=f423e29414e4ffcef4d06b72aaede154bb66be50;p=modules%2Ffilter.git Fix linkage problem: add missing -l options --- diff --git a/src/FILTER/Makefile.in b/src/FILTER/Makefile.in index d13c6b2..3f149b6 100644 --- a/src/FILTER/Makefile.in +++ b/src/FILTER/Makefile.in @@ -67,7 +67,7 @@ LDFLAGS += $(OCC_LIBS) $(HDF5_LIBS) ${KERNEL_LDFLAGS} \ ${MED_LDFLAGS} -lSalomeIDLMED -lMEDMEMImpl -lmedmem -lmed_V2_1 -lMEDWrapperBase LDFLAGSFORBIN += $(OCC_LIBS) $(HDF5_LIBS) ${KERNEL_LDFLAGS} \ - -lSalomeIDLKernel -lSalomeContainer -lSalomeHDFPersist -lSalomeDSImpl -lSalomeDS -lSalomeNS \ + -lSalomeIDLKernel -lSalomeContainer -lSalomeHDFPersist -lSalomeDSImpl -lSalomeDS -lSalomeNS -lSalomeBatch -lTOOLSDS \ -lRegistry -lOpUtil -lDF -lSalomeGenericObj -lSalomeLifeCycleCORBA -lSALOMEBasics -lSalomeCommunication \ -lResourcesManager -lSalomeResourcesManager -lSALOMELocalTrace -lSalomeNotification \ ${MED_LDFLAGS} -lSalomeIDLMED -lMEDMEMImpl -lmedmem -lmed_V2_1 -lMEDWrapperBase