- Fix missing file (max_matching.h)
authoralpar
Sat, 29 Jan 2005 23:22:56 +0000
changeset 11095222b3d588c3
parent 1108 253b66e7e41d
child 1110 ba28dfbea5f2
- Fix missing file (max_matching.h)
src/lemon/Makefile.am
     1.1 --- a/src/lemon/Makefile.am	Sat Jan 29 23:22:02 2005 +0000
     1.2 +++ b/src/lemon/Makefile.am	Sat Jan 29 23:22:56 2005 +0000
     1.3 @@ -16,8 +16,9 @@
     1.4  	invalid.h							\
     1.5  	kruskal.h							\
     1.6  	list_graph.h							\
     1.7 -	alteration_notifier.h                                  \
     1.8 +	alteration_notifier.h                                           \
     1.9  	maps.h								\
    1.10 +	max_matching.h                                                  \
    1.11  	min_cost_flow.h                                                 \
    1.12  	suurballe.h                                                     \
    1.13  	preflow.h                                                       \