# HG changeset patch # User alpar # Date 1107040976 0 # Node ID 5222b3d588c3e1c1c07120476cfb1363cdd8e48f # Parent 253b66e7e41dc267433c0869421aa1dedfeefa2b - Fix missing file (max_matching.h) diff -r 253b66e7e41d -r 5222b3d588c3 src/lemon/Makefile.am --- a/src/lemon/Makefile.am Sat Jan 29 23:22:02 2005 +0000 +++ b/src/lemon/Makefile.am Sat Jan 29 23:22:56 2005 +0000 @@ -16,8 +16,9 @@ invalid.h \ kruskal.h \ list_graph.h \ - alteration_notifier.h \ + alteration_notifier.h \ maps.h \ + max_matching.h \ min_cost_flow.h \ suurballe.h \ preflow.h \