gravatar
kpeter (Peter Kovacs)
kpeter@inf.elte.hu
Add lgf_writer.h to Makefile.am (ticket #112)
0 1 0
default
1 file changed with 3 insertions and 2 deletions:
↑ Collapse diff ↑
Ignore white space 12 line context
... ...
@@ -29,12 +29,13 @@
29 29
        lemon/dim2.h \
30 30
	lemon/error.h \
31 31
        lemon/graph_to_eps.h \
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 \
38 39
	lemon/path.h \
39 40
        lemon/random.h \
40 41
	lemon/smart_graph.h \
... ...
@@ -56,10 +57,10 @@
56 57
        lemon/bits/utility.h \
57 58
	lemon/bits/vector_map.h
58 59

	
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
0 comments (0 inline)