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

This commit is contained in:
jfa 2006-01-17 12:16:48 +00:00
parent 51ca259680
commit 166df22abe

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)