Salome HOME
Documentation, style and code performance update
[modules/adao.git] / configure.ac
index 622ef26c66623226bc9375bf2552f9ed52f7c26d..ca436195d24991b14cb787c0030bf00041101c3f 100644 (file)
@@ -1,4 +1,6 @@
-dnl  Copyright (C) 2010-2011  EDF R&D
+dnl  Copyright (C) 2008-2024 EDF R&D
+dnl
+dnl  This file is part of SALOME ADAO module
 dnl
 dnl  This library is free software; you can redistribute it and/or
 dnl  modify it under the terms of the GNU Lesser General Public
@@ -86,7 +88,7 @@ if test "x$omniORBpy_ok" = "xno"; then
   salome_module_ok=no
 fi
 if test "x$Kernel_ok" = "xno"; then
-  AC_MSG_WARN([SALOME KERNEL is required for SALOME Module part - 
+  AC_MSG_WARN([SALOME KERNEL is required for SALOME Module part -
                You could define a correct KERNEL_ROOT_DIR or use the --with-kernel= configure option])
   salome_module_ok=no
 fi
@@ -142,5 +144,7 @@ AC_CONFIG_FILES([
         doc/Makefile
         doc/en/Makefile
         doc/fr/Makefile
+        test/Makefile
+        i18n/Makefile
         ])
 AC_OUTPUT