Salome HOME
Correcting a problem araising when building the SMESH module whithout Netgen.
authornadir <nadir>
Tue, 9 Dec 2003 14:13:45 +0000 (14:13 +0000)
committernadir <nadir>
Tue, 9 Dec 2003 14:13:45 +0000 (14:13 +0000)
src/SMESH/Makefile.in

index e6282c300f490e766c8d9c606f981d44560317a8..ef442ef40ece61a948208134811f878f32b4f4c8 100644 (file)
@@ -54,6 +54,7 @@ EXPORT_HEADERS= \
        SMESH_Quadrangle_2D.hxx \
        SMESH_MEFISTO_2D.hxx \
        SMESH_Hexa_3D.hxx \
+       SMESH_NETGEN_3D.hxx \
        SMESH_HypothesisCreator.hxx
 
 EXPORT_PYSCRIPTS =
@@ -96,7 +97,6 @@ CXXFLAGS+= $(OCC_CXXFLAGS) $(MED2_INCLUDES) $(HDF5_INCLUDES) -I${KERNEL_ROOT_DIR
 LDFLAGS+= $(HDF5_LIBS) $(MED2_LIBS) -lOpUtil -lSMESHDS -lSMDS -lMEFISTO2D -lMeshDriverDAT -lMeshDriverMED -lMeshDriverUNV -L${KERNEL_ROOT_DIR}/lib/salome
 
 ifeq (@WITHNETGEN@,yes)
-  EXPORT_HEADERS+= SMESH_NETGEN_3D.hxx
   LIB_SRC+= SMESH_NETGEN_3D.cxx
   NETGEN_INCLUDES=@NETGEN_INCLUDES@
   CPPFLAGS+= $(NETGEN_INCLUDES)