
Index: ChangeLog from Simon Odou <simon@lrde.epita.fr> * oln/makefile.src: Fix missing files. makefile.src | 12 ++++++++++++ 1 files changed, 12 insertions(+) Index: oln/makefile.src --- oln/makefile.src (revision 14) +++ oln/makefile.src (working copy) @@ -4,13 +4,25 @@ ## OLN_DEP = \ + basics.hh \ + basics1d.hh \ + basics2d.hh \ + basics3d.hh \ config/pconf.hh \ config/system.hh \ + core/1d/array1d.hh \ + core/1d/image1d.hh \ + core/1d/point1d.hh \ + core/1d/size1d.hh \ core/2d/array2d.hh \ core/2d/image2d.hh \ core/2d/iter2d.hh \ core/2d/point2d.hh \ core/2d/size2d.hh \ + core/3d/array3d.hh \ + core/3d/image3d.hh \ + core/3d/point3d.hh \ + core/3d/size3d.hh \ core/abstract/data_storage.hh \ core/abstract/image.hh \ core/abstract/image_constness.hh \