Salome HOME
Merge remote-tracking branch 'origin/rnv/autoconf_macros' into V8_1_BR
[tools/medcoupling.git] / adm_local / unix / config_files / CMakeLists.txt
index 20fd7f47ef13ceb224fa455ee588968b3dc2231d..cccc5183d60e00412879fe999420119f550a93e7 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright (C) 2007-2012  CEA/DEN, EDF R&D
+# Copyright (C) 2012-2016  CEA/DEN, 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
 # 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
 #
 
 SET(dist_admlocalm4_DATA
-    ac_check_sizeof_fortran.m4
-    check_GUI.m4
-    check_Med.m4
-    check_Med2.m4
-    check_med3.m4
-    check_bft.m4
-    check_fvm.m4
-    check_metis.m4
+    check_MEDCOUPLING.m4
     check_parmetis.m4
     check_scotch.m4
-    med_check_sizeof_medint.m4
-    renumber.m4
-    splitter.m4
-    with_Kernel.m4
 )
-            
+
 FOREACH(f ${dist_admlocalm4_DATA})
   SET(DEST adm_local/unix/config_files)
   INSTALL(FILES ${f} DESTINATION ${DEST})