[Lemon-commits] [lemon_svn] alpar: r1125 - 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:40:45 2004
New Revision: 1125

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

Log:
... and add the missing header files.

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



More information about the Lemon-commits mailing list