Salome HOME
Fix compilation on LInux
authorabd <abd@opencascade.com>
Thu, 10 Aug 2006 10:24:39 +0000 (10:24 +0000)
committerabd <abd@opencascade.com>
Thu, 10 Aug 2006 10:24:39 +0000 (10:24 +0000)
src/DriverUNV/Makefile.in
src/SMESHClient/SMESH_Client.hxx

index e637046b65859dbdd7847437b40ee20de206f702..6da6f03576d4ac3f0f62d10b4c94f4c337f1529f 100644 (file)
@@ -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
index b33e8c89870db2340c7fc6423786f9dbaac475a1..298e8eff0cc29c675e20635e0c95dfacdc1af5f2 100644 (file)
@@ -39,7 +39,7 @@
 #  define SMESHCLIENT_EXPORT __declspec( dllimport )
 # endif
 #else
-# define SMESHCLIENTEXPORT
+# define SMESHCLIENT_EXPORT
 #endif
 
 class SMESHDS_Mesh;