Salome HOME
Merge branch 'V8_0_0_BR'
[tools/yacsgen.git] / module_generator / hxx_para_tmpl.py
index 22780eda43de674a5d3442d59255c1448d65b5fe..8f9448dc9d18fd84119fab224cdd5206992153ff 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2014  EDF R&D
+# Copyright (C) 2009-2015  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -221,6 +221,7 @@ INCLUDE_DIRECTORIES(
   $${OMNIORB_INCLUDE_DIR}
   $${PROJECT_BINARY_DIR}
   $${PROJECT_BINARY_DIR}/idl
+  $${MEDCOUPLING_INCLUDE_DIRS}
   ${includes}
 )
 
@@ -238,13 +239,9 @@ SET(_link_LIBRARIES
   $${KERNEL_SalomeIDLKernel}
   $${KERNEL_OpUtil}
   $${KERNEL_SalomeContainer}
-  $${KERNEL_SalomeDSCContainer}
-  $${KERNEL_SalomeDSCSuperv}
-  $${KERNEL_SalomeDatastream}
-  $${KERNEL_SalomeDSCSupervBasic}
-  $${KERNEL_CalciumC}
   $${KERNEL_SalomeMPIContainer}
   $${MED_paramedmemcompo}
+  $${MED_paramedcouplingcorba}
   SalomeIDL${module}
   ${libs}
 )