diff -r cdbba181b786 -r 9ba2d265e191 lemon/Makefile.am --- a/lemon/Makefile.am Thu Mar 20 21:59:35 2008 +0000 +++ b/lemon/Makefile.am Thu Mar 20 23:06:35 2008 +0000 @@ -23,13 +23,15 @@ lemon/dijkstra.h \ lemon/dim2.h \ lemon/error.h \ - lemon/graph_utils.h \ + lemon/graph_utils.h \ + lemon/kruskal.h \ lemon/list_graph.h \ lemon/maps.h \ lemon/math.h \ lemon/path.h \ lemon/random.h \ - lemon/tolerance.h + lemon/tolerance.h \ + lemon/unionfind.h bits_HEADERS += \ lemon/bits/alteration_notifier.h \