# HG changeset patch
# User Peter Kovacs <kpeter@inf.elte.hu>
# Date 1215446626 -7200
# Node ID aa45ff44fcf348d49609beb0d0ca05f94d99084c
# Parent  65cba1032f90cd157a56b911b4917920b07fc546
Add lgf_writer.h to Makefile.am (ticket #112)

diff -r 65cba1032f90 -r aa45ff44fcf3 lemon/Makefile.am
--- a/lemon/Makefile.am	Sun Jul 06 07:49:03 2008 +0100
+++ b/lemon/Makefile.am	Mon Jul 07 18:03:46 2008 +0200
@@ -32,6 +32,7 @@
 	lemon/graph_utils.h \
 	lemon/kruskal.h \
 	lemon/lgf_reader.h \
+	lemon/lgf_writer.h \
 	lemon/list_graph.h \
 	lemon/maps.h \
 	lemon/math.h \
@@ -59,7 +60,7 @@
 concept_HEADERS += \
 	lemon/concepts/digraph.h \
 	lemon/concepts/graph.h \
+	lemon/concepts/graph_components.h \
 	lemon/concepts/heap.h \
 	lemon/concepts/maps.h \
-	lemon/concepts/path.h \
-	lemon/concepts/graph_components.h
+	lemon/concepts/path.h