lemon/Makefile.am
changeset 2207 75a29ac69c19
parent 2202 09cbc87cb4ab
child 2211 c790d04e192a
     1.1 --- a/lemon/Makefile.am	Wed Sep 06 11:39:22 2006 +0000
     1.2 +++ b/lemon/Makefile.am	Thu Sep 07 13:27:16 2006 +0000
     1.3 @@ -41,6 +41,7 @@
     1.4  	lemon/dag_shortest_path.h \
     1.5  	lemon/dfs.h \
     1.6  	lemon/dijkstra.h \
     1.7 +	lemon/dim2.h \
     1.8  	lemon/dimacs.h \
     1.9  	lemon/edge_set.h \
    1.10  	lemon/edmonds_karp.h \
    1.11 @@ -92,8 +93,7 @@
    1.12  	lemon/tolerance.h \
    1.13  	lemon/topology.h \
    1.14  	lemon/ugraph_adaptor.h \
    1.15 -	lemon/unionfind.h \
    1.16 -	lemon/xy.h
    1.17 +	lemon/unionfind.h
    1.18  
    1.19  bits_HEADERS += \
    1.20  	lemon/bits/alteration_notifier.h \