From 845f05d4d1a46e29442e60d87474ef6258930da3 Mon Sep 17 00:00:00 2001 From: eap Date: Fri, 1 Feb 2008 09:22:08 +0000 Subject: [PATCH] fix the previous --- src/DriverMED/Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.30.2