Salome HOME
Documentation review corrections
[modules/adao.git] / configure.ac
index ac51e75ef0850c028599dee61a910ff643dc8e91..bda6994cd352e6fdbbd70890581ae180e7fb822b 100644 (file)
@@ -1,4 +1,4 @@
-dnl  Copyright (C) 2008-2016 EDF R&D
+dnl  Copyright (C) 2008-2023 EDF R&D
 dnl
 dnl  This file is part of SALOME ADAO module
 dnl
@@ -88,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
@@ -144,5 +144,7 @@ AC_CONFIG_FILES([
         doc/Makefile
         doc/en/Makefile
         doc/fr/Makefile
+        test/Makefile
+        i18n/Makefile
         ])
 AC_OUTPUT