# HG changeset patch # User alpar # Date 1094722845 0 # Node ID ef91373d37a8b87b2ff4b874b26ca0d598594bc7 # Parent 632bb520e64b361378b51b5c98c9c1add705a53f ... and add the missing header files. diff -r 632bb520e64b -r ef91373d37a8 src/hugo/Makefile.am --- a/src/hugo/Makefile.am Thu Sep 09 09:27:01 2004 +0000 +++ b/src/hugo/Makefile.am Thu Sep 09 09:40:45 2004 +0000 @@ -1,7 +1,9 @@ pkginclude_HEADERS = \ + array_map.h \ bfs.h \ dfs.h \ bin_heap.h \ + default_map.h \ dijkstra.h \ dimacs.h \ error.h \ @@ -13,15 +15,18 @@ kruskal.h \ list_graph.h \ map_defines.h \ + map_iterator.h \ map_registry.h \ maps.h \ max_flow.h \ mincostflows.h \ minlengthpaths.h \ smart_graph.h \ + sym_map.h \ sym_map_factory.h \ time_measure.h \ unionfind.h \ + vector_map.h \ xy.h noinst_HEADERS = \