Salome HOME
[PY3] Fix m4 macro for python 3
[modules/kernel.git] / src / KERNEL_PY / CMakeLists.txt
index 760e322039c7c5022bf0712927c97db9b6cda15b..ceec5f393790f5cd2ef59fc45ce6b221a2fab7fa 100755 (executable)
@@ -1,9 +1,9 @@
-# Copyright (C) 2012-2013  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2012-2016  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
 # License as published by the Free Software Foundation; either
-# version 2.1 of the License.
+# version 2.1 of the License, or (at your option) any later version.
 #
 # This library is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -20,8 +20,6 @@
 ADD_SUBDIRECTORY(kernel)
 
 SET(salomepython_PYTHON
-  salome_shared_modules.py
-  import_hook.py
   omnipatch.py
 )
 
@@ -43,5 +41,4 @@ SET(salomepython_PYTHON
   )
 
 SALOME_INSTALL_SCRIPTS("${salomepython_PYTHON}" ${SALOME_INSTALL_PYTHON})
-SALOME_INSTALL_SCRIPTS(kernel_shared_modules.py ${SALOME_INSTALL_PYTHON_SHARED})
 SALOME_INSTALL_SCRIPTS(__init__.py ${SALOME_INSTALL_PYTHON}/salome)