From: maintenance team Date: Wed, 3 Dec 2008 12:13:44 +0000 (+0000) Subject: Fix linkage problem: add missing -l option X-Git-Tag: V4_1_0_maintainance_20090206~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=df789f2114d5719901e3ee53c2a9cd1933f6589f;p=modules%2Ffilter.git Fix linkage problem: add missing -l option --- diff --git a/src/FILTER/Makefile.in b/src/FILTER/Makefile.in index b0c8f21..d13c6b2 100644 --- a/src/FILTER/Makefile.in +++ b/src/FILTER/Makefile.in @@ -61,11 +61,15 @@ CPPFLAGS += $(OCC_INCLUDES) $(MED2_INCLUDES) $(HDF5_INCLUDES) ${KERNEL_CXXFLAGS CXXFLAGS += $(OCC_CXXFLAGS) ${KERNEL_CXXFLAGS} LDFLAGS += $(OCC_LIBS) $(HDF5_LIBS) ${KERNEL_LDFLAGS} \ - -lSalomeContainer -lSalomeHDFPersist -lSalomeDS -lSalomeNS -lRegistry -lOpUtil \ - ${MED_LDFLAGS} -lMEDMEMImpl -lmedmem -lmed_V2_1 + -lSalomeIDLKernel -lSalomeContainer -lSalomeHDFPersist -lSalomeDSImpl -lSalomeDS -lSalomeNS \ + -lRegistry -lOpUtil -lDF -lSalomeGenericObj -lSalomeLifeCycleCORBA -lSALOMEBasics -lSalomeCommunication \ + -lResourcesManager -lSalomeResourcesManager -lSALOMELocalTrace -lSalomeNotification \ + ${MED_LDFLAGS} -lSalomeIDLMED -lMEDMEMImpl -lmedmem -lmed_V2_1 -lMEDWrapperBase LDFLAGSFORBIN += $(OCC_LIBS) $(HDF5_LIBS) ${KERNEL_LDFLAGS} \ - -lSalomeContainer -lSalomeHDFPersist -lSalomeDS -lSalomeNS -lRegistry -lOpUtil \ - ${MED_LDFLAGS} -lMEDMEMImpl -lmedmem -lmed_V2_1 + -lSalomeIDLKernel -lSalomeContainer -lSalomeHDFPersist -lSalomeDSImpl -lSalomeDS -lSalomeNS \ + -lRegistry -lOpUtil -lDF -lSalomeGenericObj -lSalomeLifeCycleCORBA -lSALOMEBasics -lSalomeCommunication \ + -lResourcesManager -lSalomeResourcesManager -lSALOMELocalTrace -lSalomeNotification \ + ${MED_LDFLAGS} -lSalomeIDLMED -lMEDMEMImpl -lmedmem -lmed_V2_1 -lMEDWrapperBase @CONCLUDE@