# HG changeset patch # User ladanyi # Date 1112694541 0 # Node ID 4ea2147274db6b3687105075a39d9dac951f3a5d # Parent c3dc75d4af24ce7c67f48da9bcc0b054559af2de make distcheck fixes. Anyway it still doesn't work. diff -r c3dc75d4af24 -r 4ea2147274db src/lemon/Makefile.am --- a/src/lemon/Makefile.am Tue Apr 05 09:08:23 2005 +0000 +++ b/src/lemon/Makefile.am Tue Apr 05 09:49:01 2005 +0000 @@ -19,6 +19,7 @@ dijkstra.h \ dimacs.h \ error.h \ + extended_pair.h \ fib_heap.h \ full_graph.h \ graph_wrapper.h \ @@ -28,6 +29,7 @@ kruskal.h \ list_graph.h \ alteration_notifier.h \ + map_iterator.h \ maps.h \ max_matching.h \ min_cost_flow.h \ @@ -52,6 +54,9 @@ map_utils.h noinst_HEADERS = \ + lp_base.h \ + lp_glpk.h \ + lp_solver_skeleton.h \ concept/graph.h \ concept/graph_component.h \ concept/undir_graph.h \