diff -r 2de55e4f57a7 -r b68a7e348e00 lemon/Makefile.am --- a/lemon/Makefile.am Thu Feb 28 16:41:56 2008 +0100 +++ b/lemon/Makefile.am Fri Feb 29 11:01:39 2008 +0000 @@ -18,11 +18,13 @@ lemon/concept_check.h \ lemon/dim2.h \ lemon/error.h \ + lemon/kruskal.h \ lemon/list_graph.h \ lemon/maps.h \ lemon/math.h \ lemon/random.h \ - lemon/tolerance.h + lemon/tolerance.h \ + lemon/unionfind.h bits_HEADERS += \ lemon/bits/alteration_notifier.h \