
* mln/accu/math/all.hh: strip inclusion of non distributed files. * nodist-headers: add new files. --- milena/ChangeLog | 8 ++++++++ milena/mln/accu/math/all.hh | 3 +++ milena/nodist-headers | 16 ++++++++++++++++ 3 files changed, 27 insertions(+), 0 deletions(-) diff --git a/milena/ChangeLog b/milena/ChangeLog index 5f7b445..d12ed5c 100644 --- a/milena/ChangeLog +++ b/milena/ChangeLog @@ -1,3 +1,11 @@ +2009-06-23 Guillaume Lazzara <guillaume.lazzara@lrde.epita.fr> + + Update list of non distributed files. + + * mln/accu/math/all.hh: strip inclusion of non distributed files. + + * nodist-headers: add new files. + 2009-06-22 Guillaume Lazzara <guillaume.lazzara@lrde.epita.fr> * doc/Makefile.am: Fix id extraction during refman compilation. diff --git a/milena/mln/accu/math/all.hh b/milena/mln/accu/math/all.hh index b4f77a3..2e94362 100644 --- a/milena/mln/accu/math/all.hh +++ b/milena/mln/accu/math/all.hh @@ -54,7 +54,10 @@ namespace mln # include <mln/accu/math/sum.hh> # include <mln/accu/math/count.hh> + +//<<lrde # include <mln/accu/math/inf.hh> # include <mln/accu/math/sup.hh> +//>> #endif // ! MLN_ACCU_MATH_ALL_HH diff --git a/milena/nodist-headers b/milena/nodist-headers index 12a0c5e..ceba967 100644 --- a/milena/nodist-headers +++ b/milena/nodist-headers @@ -11,13 +11,26 @@ mln/extract/hue.hh mln/extract/lum.hh mln/extract/red.hh mln/extract/sat.hh +mln/fun/access/all.hh +mln/fun/access/mean.hh +mln/fun/accu_result.hh mln/fun/binary.hh mln/fun/binary_param.hh +mln/fun/component/red.hh +mln/fun/component/comp_count.hh +mln/fun/component/scomp.hh +mln/fun/component/green.hh mln/fun/component/comp.hh +mln/fun/component/blue.hh +mln/fun/component/rgb.hh +mln/fun/component/ithcomp.hh mln/fun/compose.hh mln/fun/composition.hh mln/fun/from_accu.hh +mln/fun/math/abs.hh +mln/fun/math/cos.hh mln/fun/math/inf.hh +mln/fun/math/norm.hh mln/fun/math/sup.hh mln/fun/meta/all.hh mln/fun/meta/blue.hh @@ -32,6 +45,9 @@ mln/fun/meta/sat.hh mln/fun/meta/second.hh mln/fun/meta/to_enc.hh mln/fun/param.hh +mln/fun/point/col.hh +mln/fun/point/row.hh +mln/fun/point/sli.hh mln/fun/spe/binary.hh mln/fun/spe/unary.hh mln/fun/unary.hh -- 1.5.6.5
participants (1)
-
Guillaume Lazzara