* mln/io/all.hh: Remove spurious inclusion of mln/io/raw/all.hh.
* tests/io/Makefile.am (SUBDIRS): Add dump.
Remove raw.
---
milena/ChangeLog | 8 ++++++++
milena/mln/io/all.hh | 1 -
milena/tests/io/Makefile.am | 4 ++--
3 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/milena/ChangeLog b/milena/ChangeLog
index ab47d33..c369ab9 100644
--- a/milena/ChangeLog
+++ b/milena/ChangeLog
@@ -1,5 +1,13 @@
2009-02-03 Roland Levillain <roland(a)lrde.epita.fr>
+ Have I/O-related code compile again.
+
+ * mln/io/all.hh: Remove spurious inclusion of mln/io/raw/all.hh.
+ * tests/io/Makefile.am (SUBDIRS): Add dump.
+ Remove raw.
+
+2009-02-03 Roland Levillain <roland(a)lrde.epita.fr>
+
Improve the portability of the generation of the tutorial.
* doc/tutorial/Makefile.am (regen-dist): New (phony) target.
diff --git a/milena/mln/io/all.hh b/milena/mln/io/all.hh
index da9ddb8..4ccbcb2 100644
--- a/milena/mln/io/all.hh
+++ b/milena/mln/io/all.hh
@@ -53,7 +53,6 @@ namespace mln
# include <mln/io/pgm/all.hh>
# include <mln/io/pnm/all.hh>
# include <mln/io/ppm/all.hh>
-# include <mln/io/raw/all.hh>
# include <mln/io/txt/all.hh>
//# include <mln/io/fits/all.hh>
//# include <mln/io/off/all.hh>
diff --git a/milena/tests/io/Makefile.am b/milena/tests/io/Makefile.am
index 8895b09..78986bd 100644
--- a/milena/tests/io/Makefile.am
+++ b/milena/tests/io/Makefile.am
@@ -3,11 +3,11 @@
include $(top_srcdir)/milena/tests/tests.mk
SUBDIRS = \
+ dump \
fits \
off \
pbm \
pfm \
pgm \
pnm \
- ppm \
- raw
+ ppm
--
1.6.1.2