
https://svn.lrde.epita.fr/svn/oln/trunk/olena Sorry, my bad (again). Index: ChangeLog from Roland Levillain <roland@lrde.epita.fr> Fix the distribution. * oln/Makefile.am (nobase_oln_HEADERS): Remove core/gen/topo_slice.hh. s|core/type_fun/slice_piter\.hh|core/type_fun/slice\.hh|. Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) Index: oln/Makefile.am --- oln/Makefile.am (revision 661) +++ oln/Makefile.am (working copy) @@ -121,7 +121,6 @@ core/gen/topo_add_nbh.hh \ core/gen/topo_bbox.hh \ core/gen/topo_lbbox.hh \ - core/gen/topo_slice.hh \ core/gen/window.hh \ \ core/spe/col.hh \ @@ -130,7 +129,7 @@ \ core/type_fun/ch_value.hh \ core/type_fun/plain.hh \ - core/type_fun/slice_piter.hh \ + core/type_fun/slice.hh \ \ core/internal/bbox_bkd_piter.hh \ core/internal/bbox_fwd_piter.hh \