PAL11268: Netgen portability on mandriva 2006. A fix by Erwan ADAM.

This commit is contained in:
jfa 2006-01-17 12:16:36 +00:00
parent a82b98627d
commit 6962b1cd90

View 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)