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

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


Author: alpar
Date: Sun Jan 30 00:22:56 2005
New Revision: 1508

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

Log:
- Fix missing file (max_matching.h)

Modified: hugo/trunk/src/lemon/Makefile.am
==============================================================================
--- hugo/trunk/src/lemon/Makefile.am	(original)
+++ hugo/trunk/src/lemon/Makefile.am	Sun Jan 30 00:22:56 2005
@@ -16,8 +16,9 @@
 	invalid.h							\
 	kruskal.h							\
 	list_graph.h							\
-	alteration_notifier.h                                  \
+	alteration_notifier.h                                           \
 	maps.h								\
+	max_matching.h                                                  \
 	min_cost_flow.h                                                 \
 	suurballe.h                                                     \
 	preflow.h                                                       \



More information about the Lemon-commits mailing list