gravatar
alpar (Alpar Juttner)
alpar@cs.elte.hu
Missing header files added to Makefile.am
0 2 0
default
2 files changed with 7 insertions and 1 deletions:
↑ Collapse diff ↑
Ignore white space 6 line context
... ...
@@ -18,2 +18,3 @@
18 18
        lemon/dim2.h \
19
	lemon/maps.h \
19 20
        lemon/random.h \
... ...
@@ -27,4 +28,6 @@
27 28
	lemon/bits/default_map.h \
29
	lemon/bits/graph_extender.h \
28 30
        lemon/bits/invalid.h \
29 31
	lemon/bits/map_extender.h \
32
	lemon/bits/traits.h \
30 33
        lemon/bits/utility.h \
... ...
@@ -32,3 +35,3 @@
32 35

	
33
concept_HEADERS +=
36
concept_HEADERS += \
34 37
	lemon/concept_check.h \
... ...
@@ -36,2 +39,3 @@
36 39
	lemon/concepts/graph.h \
40
	lemon/concepts/maps.h \
37 41
	lemon/concepts/graph_components.h
Show white space 6 line context
... ...
@@ -4,2 +4,4 @@
4 4
noinst_HEADERS += \
5
	test/digraph_test.h \
6
	test/map_test.h \
5 7
        test/test_tools.h
0 comments (0 inline)