# 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
|
b
|
|
32 | 32 | lemon/graph_utils.h \ |
33 | 33 | lemon/kruskal.h \ |
34 | 34 | lemon/lgf_reader.h \ |
| 35 | lemon/lgf_writer.h \ |
35 | 36 | lemon/list_graph.h \ |
36 | 37 | lemon/maps.h \ |
37 | 38 | lemon/math.h \ |
… |
… |
|
59 | 60 | concept_HEADERS += \ |
60 | 61 | lemon/concepts/digraph.h \ |
61 | 62 | lemon/concepts/graph.h \ |
| 63 | lemon/concepts/graph_components.h \ |
62 | 64 | lemon/concepts/heap.h \ |
63 | 65 | lemon/concepts/maps.h \ |
64 | | lemon/concepts/path.h \ |
65 | | lemon/concepts/graph_components.h |
| 66 | lemon/concepts/path.h |