[Lemon-commits] [lemon_svn] ladanyi: r1744 - hugo/trunk/src/lemon

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


Author: ladanyi
Date: Tue Apr  5 11:49:01 2005
New Revision: 1744

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

Log:
make distcheck fixes. Anyway it still doesn't work.


Modified: hugo/trunk/src/lemon/Makefile.am
==============================================================================
--- hugo/trunk/src/lemon/Makefile.am	(original)
+++ hugo/trunk/src/lemon/Makefile.am	Tue Apr  5 11:49:01 2005
@@ -19,6 +19,7 @@
 	dijkstra.h							\
 	dimacs.h							\
 	error.h  							\
+	extended_pair.h							\
 	fib_heap.h							\
 	full_graph.h							\
 	graph_wrapper.h							\
@@ -28,6 +29,7 @@
 	kruskal.h							\
 	list_graph.h							\
 	alteration_notifier.h                                           \
+	map_iterator.h							\
 	maps.h								\
 	max_matching.h                                                  \
 	min_cost_flow.h                                                 \
@@ -52,6 +54,9 @@
 	map_utils.h
 
 noinst_HEADERS =							\
+	lp_base.h							\
+	lp_glpk.h							\
+	lp_solver_skeleton.h						\
 	concept/graph.h							\
 	concept/graph_component.h					\
 	concept/undir_graph.h						\



More information about the Lemon-commits mailing list