https://svn.lrde.epita.fr/svn/oln/trunk/extended Index: ChangeLog from Roland Levillain <roland@lrde.epita.fr> Add missing files to Extended's distribution. * xtd/Makefile.am (nobase_xtd_HEADERS): Add vec.hh. * xtd/TODO: Rename as... * TODO: ...this. Makefile.am | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) Index: xtd/Makefile.am --- xtd/Makefile.am (revision 539) +++ xtd/Makefile.am (working copy) @@ -2,21 +2,7 @@ xtddir = $(includedir)/xtd -# FIXME: To be filled. nobase_xtd_HEADERS = \ - arg.hh \ - args.hh \ - bind.hh \ - cast.hh \ - cfun.hh \ - literal.hh \ - math.hh \ - mexpr.hh \ - mfun.hh \ - optraits.hh \ - res.hh \ - traits.hh \ - \ abstract/fun.hh \ abstract/fun_expr.hh \ abstract/fun_nary_expr.hh \ @@ -37,8 +23,8 @@ math/acos.hh \ math/arith.hh \ math/asin.hh \ - math/atan.hh \ math/atan2.hh \ + math/atan.hh \ math/ceil.hh \ math/cmp.hh \ math/constraints.hh \ @@ -56,4 +42,18 @@ math/sinh.hh \ math/sqrt.hh \ math/tan.hh \ - math/tanh.hh + math/tanh.hh \ + \ + arg.hh \ + args.hh \ + bind.hh \ + cast.hh \ + cfun.hh \ + literal.hh \ + math.hh \ + mexpr.hh \ + mfun.hh \ + optraits.hh \ + res.hh \ + traits.hh \ + vec.hh