From bdd25d855c6dbdbea6c7a0b7c4f307ad1c8b1865 Mon Sep 17 00:00:00 2001 From: abd Date: Thu, 10 Aug 2006 10:24:39 +0000 Subject: [PATCH] Fix compilation on LInux --- src/DriverUNV/Makefile.in | 3 ++- src/SMESHClient/SMESH_Client.hxx | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/DriverUNV/Makefile.in b/src/DriverUNV/Makefile.in index e637046b6..6da6f0357 100644 --- a/src/DriverUNV/Makefile.in +++ b/src/DriverUNV/Makefile.in @@ -40,7 +40,8 @@ EXPORT_HEADERS= DriverUNV_R_SMDS_Mesh.h \ DriverUNV_R_SMESHDS_Document.h \ DriverUNV_W_SMDS_Mesh.h \ DriverUNV_W_SMESHDS_Mesh.h \ - DriverUNV_W_SMESHDS_Document.h + DriverUNV_W_SMESHDS_Document.h \ + SMESH_DriverUNV.hxx # Libraries targets LIB = libMeshDriverUNV.la diff --git a/src/SMESHClient/SMESH_Client.hxx b/src/SMESHClient/SMESH_Client.hxx index b33e8c898..298e8eff0 100644 --- a/src/SMESHClient/SMESH_Client.hxx +++ b/src/SMESHClient/SMESH_Client.hxx @@ -39,7 +39,7 @@ # define SMESHCLIENT_EXPORT __declspec( dllimport ) # endif #else -# define SMESHCLIENTEXPORT +# define SMESHCLIENT_EXPORT #endif class SMESHDS_Mesh; -- 2.30.2