]> SALOME platform Git repositories - plugins/netgenplugin.git/commitdiff
Salome HOME
Merge from OCC_development_generic_2006
authorsmh <smh@opencascade.com>
Tue, 7 Feb 2006 15:23:55 +0000 (15:23 +0000)
committersmh <smh@opencascade.com>
Tue, 7 Feb 2006 15:23:55 +0000 (15:23 +0000)
Preparation of 3.2.0a1

src/NETGEN/Makefile.in

index 1ea92cced14f6317f960f9b596d9847fc9326185..e2092a8010053ba7385231253f3e49e051826b5c 100644 (file)
@@ -56,6 +56,10 @@ LIB_OBJ_LO = $(LIB_OBJ_O:%.o=%.lo)
 $(LIB): $(LIB_OBJ_O) $(LIB_OBJ_LO)
 LIB_OBJ = $(LIB_OBJ_LO)
 
+ifeq ($(F77),gfortran)
+LDFLAGS += -lgfortran
+else
 LDFLAGS += -lg2c
+endif
 
 MOSTLYCLEAN += $(LIB_OBJ_O)