* Makefile.am: comment non compiling examples.
---
milena/ChangeLog | 6 ++++++
milena/Makefile.am | 8 +++++++-
2 files changed, 13 insertions(+), 1 deletions(-)
diff --git a/milena/ChangeLog b/milena/ChangeLog
index d007f85..66cd940 100644
--- a/milena/ChangeLog
+++ b/milena/ChangeLog
@@ -1,3 +1,9 @@
+2008-11-26 Guillaume Lazzara <z(a)lrde.epita.fr>
+
+ Temporarily disable the compilation of some examples.
+
+ * Makefile.am: comment non compiling examples.
+
2008-11-26 Nicolas Ballas <ballas(a)lrde.epita.fr>
Fix a bug in fill_with_image routine.
diff --git a/milena/Makefile.am b/milena/Makefile.am
index 609628b..61e797e 100644
--- a/milena/Makefile.am
+++ b/milena/Makefile.am
@@ -1,6 +1,12 @@
## Process this file through Automake to create Makefile.in -*- Makefile -*-
-SUBDIRS = mesh doc tests tools apps
+##FIXME
+SUBDIRS = \
+## mesh \
+ doc \
+ tests
+## tools \
+## apps
.PHONY: doc
doc:
--
1.5.6.5