# HG changeset patch # User Peter Kovacs # Date 2008-07-07 18:03:46 # Node ID aa45ff44fcf348d49609beb0d0ca05f94d99084c # Parent 65cba1032f90cd157a56b911b4917920b07fc546 Add lgf_writer.h to Makefile.am (ticket #112) diff --git a/lemon/Makefile.am b/lemon/Makefile.am --- a/lemon/Makefile.am +++ b/lemon/Makefile.am @@ -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