[Lemon-commits] [lemon_svn] alpar: r1124 - hugo/trunk/src/hugo

Lemon SVN svn at lemon.cs.elte.hu
Mon Nov 6 20:43:23 CET 2006


Author: alpar
Date: Thu Sep  9 11:27:01 2004
New Revision: 1124

Modified:
   hugo/trunk/src/hugo/Makefile.am

Log:
- hugo/skeletons/path.h added.
- Obsolete XYZ_map_factory.h's removed.

Modified: hugo/trunk/src/hugo/Makefile.am
==============================================================================
--- hugo/trunk/src/hugo/Makefile.am	(original)
+++ hugo/trunk/src/hugo/Makefile.am	Thu Sep  9 11:27:01 2004
@@ -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



More information about the Lemon-commits mailing list