Salome HOME
PR: distributed geom and smesh scripts: first step
[modules/smesh.git] / src / SMESH_I / Makefile.am
index 322a38f0c579fa28103fe81b73aaa27cdeb51d3b..39bcea103fa473f1fd271483598d211c1413a166 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007-2011  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2007-2012  CEA/DEN, EDF R&D, OPEN CASCADE
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -48,11 +48,12 @@ salomeinclude_HEADERS = \
        SMESH_NoteBook.hxx \
        SMESH_Measurements_i.hxx \
        SMESH_PreMeshInfo.hxx \
+       SMESH_MeshPartDS.hxx \
        SMESH.hxx
 
 # Scripts to be installed.
-dist_salomescript_DATA= \
-       smeshpy.py
+#dist_salomescript_DATA= \
+#      smeshpy.py
 
 # Libraries targets
 
@@ -108,7 +109,8 @@ libSMESHEngine_la_CPPFLAGS = \
        -I$(srcdir)/../DriverCGNS \
        -I$(srcdir)/../SMESH \
        -I$(srcdir)/../SMESHUtils \
-       -I$(top_builddir)/idl
+       -I$(top_builddir)/idl \
+       -I$(top_builddir)
 
 libSMESHEngine_la_LDFLAGS  = \
        ../../idl/libSalomeIDLSMESH.la \