From 88a9c7bde4e57b83f9bcd2413d15e66e1224b857 Mon Sep 17 00:00:00 2001 From: ageay Date: Wed, 4 Jan 2012 16:06:25 +0000 Subject: [PATCH] Suppression of useless dependancies of fortran part of med file. --- src/MEDLoader/Swig/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MEDLoader/Swig/Makefile.am b/src/MEDLoader/Swig/Makefile.am index d57c80938..1c306bd2c 100644 --- a/src/MEDLoader/Swig/Makefile.am +++ b/src/MEDLoader/Swig/Makefile.am @@ -44,7 +44,7 @@ _MEDLoader_la_CPPFLAGS = $(PYTHON_INCLUDES) \ -I$(srcdir)/.. -I$(srcdir)/../../MEDCoupling_Swig -I$(srcdir)/../../INTERP_KERNEL/Bases \ -I$(srcdir)/../../MEDCoupling -_MEDLoader_la_LDFLAGS = -module $(MED2_LIBS) $(HDF5_LIBS) $(PYTHON_LIBS) \ +_MEDLoader_la_LDFLAGS = -module $(MED2_LIBS_C_ONLY) $(HDF5_LIBS) $(PYTHON_LIBS) \ ../../MEDCoupling/libmedcoupling.la ../../INTERP_KERNEL/libinterpkernel.la \ ../libmedloader.la -- 2.39.2