# HG changeset patch # User alpar # Date 1094722021 0 # Node ID 632bb520e64b361378b51b5c98c9c1add705a53f # Parent 6433f69dfc6b5126a96f9291e03f75bcfe416b26 - hugo/skeletons/path.h added. - Obsolete XYZ_map_factory.h's removed. diff -r 6433f69dfc6b -r 632bb520e64b src/hugo/Makefile.am --- a/src/hugo/Makefile.am Thu Sep 09 09:24:16 2004 +0000 +++ b/src/hugo/Makefile.am Thu Sep 09 09:27:01 2004 +0000 @@ -1,9 +1,7 @@ pkginclude_HEADERS = \ - array_map_factory.h \ bfs.h \ dfs.h \ bin_heap.h \ - default_map_factory.h \ dijkstra.h \ dimacs.h \ error.h \ @@ -24,9 +22,9 @@ sym_map_factory.h \ time_measure.h \ unionfind.h \ - vector_map_factory.h \ xy.h noinst_HEADERS = \ skeletons/graph.h \ - skeletons/maps.h + skeletons/maps.h \ + skeletons/path.h