---
ChangeLog | 4 ++++
configure.ac | 4 ++++
2 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index e2991df..f7fa700 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-09-10 Roland Levillain <roland(a)lrde.epita.fr>
+
+ * configure.ac: Configure milena/apps/data.hh.
+
2009-09-08 Roland Levillain <roland(a)lrde.epita.fr>
* configure.ac: Configure milena/apps/graph-morpho/Makefile.
diff --git a/configure.ac b/configure.ac
index c7a2487..efbbb27 100644
--- a/configure.ac
+++ b/configure.ac
@@ -390,6 +390,10 @@ dnl>>
## Applications. ##
## -------------- ##
+# Ask for the creation of a milena/apps/data.hh, used to access to
+# data (images) from apps.
+AC_CONFIG_FILES([milena/apps/data.hh])
+
AC_ARG_ENABLE([apps],
[AS_HELP_STRING([--enable-apps],
[enable application])])
--
1.6.4.2