diff --git a/lemon/Makefile.am b/lemon/Makefile.am --- a/lemon/Makefile.am +++ b/lemon/Makefile.am @@ -60,7 +60,7 @@ lemon/bellman_ford.h \ lemon/bfs.h \ lemon/bin_heap.h \ - lemon/binom_heap.h \ + lemon/binomial_heap.h \ lemon/bucket_heap.h \ lemon/cbc.h \ lemon/circulation.h \ @@ -72,6 +72,7 @@ lemon/core.h \ lemon/cplex.h \ lemon/dfs.h \ + lemon/dheap.h \ lemon/dijkstra.h \ lemon/dim2.h \ lemon/dimacs.h \ @@ -80,14 +81,12 @@ lemon/error.h \ lemon/euler.h \ lemon/fib_heap.h \ - lemon/fourary_heap.h \ lemon/full_graph.h \ lemon/glpk.h \ lemon/gomory_hu.h \ lemon/graph_to_eps.h \ lemon/grid_graph.h \ lemon/hypercube_graph.h \ - lemon/kary_heap.h \ lemon/kruskal.h \ lemon/hao_orlin.h \ lemon/lgf_reader.h \ @@ -105,6 +104,7 @@ lemon/pairing_heap.h \ lemon/path.h \ lemon/preflow.h \ + lemon/quad_heap.h \ lemon/radix_heap.h \ lemon/radix_sort.h \ lemon/random.h \