Salome HOME
Copyright update 2022
[tools/yacsgen.git] / module_generator / salomemodules.py
index a1a30bd4aa294da3b8d0c9994930e9e561c78f90..cbbb85ac25232876f1d0a3f444e652718afea831 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2014  EDF R&D
+# Copyright (C) 2009-2022  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
@@ -48,10 +48,10 @@ idldefs="""
 #include "MEDCouplingCorbaServant.idl"
 """
 
-linklibs="""  ${MED_SalomeIDLMED}
-  ${MED_med}
-  ${MED_medcouplingcorba}
-  ${MED_medcouplingclient}
+linklibs="""
+  ${FIELDS_SalomeIDLMED}
+  ${FIELDS_medcouplingcorba}
+  ${FIELDS_medcouplingclient}
 """
 salome_modules["MED"]={"idldefs" : idldefs, "linklibs" : linklibs}