From f423e29414e4ffcef4d06b72aaede154bb66be50 Mon Sep 17 00:00:00 2001 From: maintenance team Date: Thu, 4 Dec 2008 13:21:17 +0000 Subject: [PATCH] Fix linkage problem: add missing -l options --- src/FILTER/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2