diff -r 9f6ed854d409 -r ac5f72c48367 lemon/Makefile.am --- a/lemon/Makefile.am Tue Mar 02 10:27:47 2010 +0100 +++ b/lemon/Makefile.am Wed Mar 03 17:22:13 2010 +0000 @@ -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/capacity_scaling.h \ lemon/cbc.h \ @@ -75,6 +75,7 @@ lemon/cplex.h \ lemon/cycle_canceling.h \ lemon/dfs.h \ + lemon/dheap.h \ lemon/dijkstra.h \ lemon/dim2.h \ lemon/dimacs.h \ @@ -83,7 +84,6 @@ 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 \ @@ -93,7 +93,6 @@ lemon/howard.h \ lemon/hypercube_graph.h \ lemon/karp.h \ - lemon/kary_heap.h \ lemon/kruskal.h \ lemon/hao_orlin.h \ lemon/lgf_reader.h \ @@ -112,6 +111,7 @@ lemon/path.h \ lemon/planarity.h \ lemon/preflow.h \ + lemon/quad_heap.h \ lemon/radix_heap.h \ lemon/radix_sort.h \ lemon/random.h \