* python/Makefile.am (image2d_point2d-wrap.cc): Depend on $(top_srcdir)/swilena/concat.ixx. --- swilena/ChangeLog | 7 +++++++ swilena/python/Makefile.am | 1 + 2 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/swilena/ChangeLog b/swilena/ChangeLog index 80a3d5f..5043dd8 100644 --- a/swilena/ChangeLog +++ b/swilena/ChangeLog @@ -1,5 +1,12 @@ 2012-08-28 Roland Levillain roland@lrde.epita.fr
+ Fix build dependencies in Swilena. + + * python/Makefile.am (image2d_point2d-wrap.cc): Depend on + $(top_srcdir)/swilena/concat.ixx. + +2012-08-28 Roland Levillain roland@lrde.epita.fr + Comment on an issue of Swilena highlighted by max-tree.py.
* python/max-tree.py: Here. diff --git a/swilena/python/Makefile.am b/swilena/python/Makefile.am index 73ca060..50b68f7 100644 --- a/swilena/python/Makefile.am +++ b/swilena/python/Makefile.am @@ -306,6 +306,7 @@ image2d_rgb8-wrap.cc: $(top_srcdir)/swilena/ppm.ixx image2d_rgb8-wrap.cc: $(top_srcdir)/swilena/fill.ixx image2d_rgb8-wrap.cc: $(top_srcdir)/swilena/println.ixx
+image2d_point2d-wrap.cc: $(top_srcdir)/swilena/concat.ixx image2d_point2d-wrap.cc: $(top_srcdir)/swilena/image2d.ixx image2d_point2d-wrap.cc: $(top_srcdir)/swilena/fill.ixx image2d_point2d-wrap.cc: $(top_srcdir)/swilena/println.ixx