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

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


Author: alpar
Date: Fri Sep  3 12:43:22 2004
New Revision: 1089

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

Log:
Put a lot of missing header files to src/hugo/Makefile.am

Modified: hugo/trunk/src/hugo/Makefile.am
==============================================================================
--- hugo/trunk/src/hugo/Makefile.am	(original)
+++ hugo/trunk/src/hugo/Makefile.am	Fri Sep  3 12:43:22 2004
@@ -1,19 +1,28 @@
 pkginclude_HEADERS =							\
+	array_map_factory.h                                             \
 	bfs.h                                                           \
+	dfs.h                                                           \
 	bin_heap.h							\
 	dijkstra.h							\
 	dimacs.h							\
 	error.h								\
+	extended_pair.h                                                 \
 	fib_heap.h							\
 	full_graph.h							\
 	graph_wrapper.h							\
 	invalid.h							\
 	list_graph.h							\
+	map_defines.h                                                   \
+	map_registry.h                                                  \
 	maps.h								\
 	max_flow.h                                                      \
+	mincostflows.h                                                  \
+	minlengthpaths.h                                                \
 	smart_graph.h							\
+	sym_map_factory.h                                               \
 	time_measure.h							\
 	unionfind.h							\
+	vector_map_factory.h                                            \
 	xy.h
 
 noinst_HEADERS =							\



More information about the Lemon-commits mailing list