lemon/Makefile.am
changeset 106 9ba2d265e191
parent 101 70f3967ca6eb
parent 103 b68a7e348e00
child 108 889d0c289d19
     1.1 --- a/lemon/Makefile.am	Thu Mar 20 21:59:35 2008 +0000
     1.2 +++ b/lemon/Makefile.am	Thu Mar 20 23:06:35 2008 +0000
     1.3 @@ -23,13 +23,15 @@
     1.4          lemon/dijkstra.h \
     1.5          lemon/dim2.h \
     1.6  	lemon/error.h \
     1.7 -        lemon/graph_utils.h \
     1.8 +	lemon/graph_utils.h \
     1.9 +	lemon/kruskal.h \
    1.10  	lemon/list_graph.h \
    1.11  	lemon/maps.h \
    1.12  	lemon/math.h \
    1.13  	lemon/path.h \
    1.14          lemon/random.h \
    1.15 -        lemon/tolerance.h
    1.16 +        lemon/tolerance.h \
    1.17 +	lemon/unionfind.h
    1.18  
    1.19  bits_HEADERS += \
    1.20  	lemon/bits/alteration_notifier.h \