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;