From: eap Date: Fri, 1 Feb 2008 09:22:08 +0000 (+0000) Subject: fix the previous X-Git-Tag: V3_2_10~14 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=845f05d4d1a46e29442e60d87474ef6258930da3;p=modules%2Fsmesh.git fix the previous --- diff --git a/src/DriverMED/Makefile.in b/src/DriverMED/Makefile.in index 1221d2423..5da7746ba 100644 --- a/src/DriverMED/Makefile.in +++ b/src/DriverMED/Makefile.in @@ -38,7 +38,8 @@ VPATH=.:@srcdir@ EXPORT_HEADERS = \ DriverMED_R_SMDS_Mesh.h DriverMED_R_SMESHDS_Mesh.h DriverMED_R_SMESHDS_Document.h \ DriverMED_W_SMDS_Mesh.h DriverMED_W_SMESHDS_Mesh.h DriverMED_W_SMESHDS_Document.h \ - DriverMED_Family.h + DriverMED_Family.h \ + SMESH_DriverMED.hxx # Libraries targets LIB = libMeshDriverMED.la @@ -49,8 +50,7 @@ LIB_SRC = \ DriverMED_W_SMDS_Mesh.cxx \ DriverMED_W_SMESHDS_Document.cxx \ DriverMED_W_SMESHDS_Mesh.cxx \ - DriverMED_Family.cxx \ - SMESH_DriverMED.hxx + DriverMED_Family.cxx # Executables targets BIN = MED_Test