https://svn.lrde.epita.fr/svn/oln/trunk
Index: ChangeLog
from Roland Levillain <roland(a)lrde.epita.fr>
* configure.ac: Configure files in milena/apps/.
configure.ac | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
Index: configure.ac
--- configure.ac (revision 2047)
+++ configure.ac (working copy)
@@ -189,4 +189,21 @@
milena/tests/win/Makefile
])
+
+## -------------- ##
+## Applications. ##
+## -------------- ##
+
+# Ask for the creation of applications' Makefiles.
+# FIXME: Should it be achieved through oln.m4 macros, as we did in Olena 0.11?
+AC_CONFIG_FILES([
+ milena/apps/Makefile
+ milena/apps/statues/Makefile
+])
+
+# Configure tests.
+AC_CONFIG_FILES([milena/apps/statues/test],
+ [chmod +x milena/apps/statues/test])
+
+
AC_OUTPUT