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

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


Author: ladanyi
Date: Mon May 10 17:15:37 2004
New Revision: 776

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

Log:
Added full_graph.h to the installable headers.

Modified: hugo/trunk/src/hugo/Makefile.am
==============================================================================
--- hugo/trunk/src/hugo/Makefile.am	(original)
+++ hugo/trunk/src/hugo/Makefile.am	Mon May 10 17:15:37 2004
@@ -4,14 +4,16 @@
 	dimacs.h							\
 	error.h								\
 	fib_heap.h							\
+	full_graph.h							\
+	graph_wrapper.h							\
 	invalid.h							\
 	list_graph.h							\
 	maps.h								\
 	smart_graph.h							\
 	time_measure.h							\
 	unionfind.h							\
-	xy.h								\
-	graph_wrapper.h
+	xy.h
+
 noinst_HEADERS =							\
 	skeletons/graph.h						\
 	skeletons/maps.h



More information about the Lemon-commits mailing list