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
... ...
@@ -13,25 +13,29 @@
13 13

	
14 14
lemon_libemon_la_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS) $(SOPLEX_CXXFLAGS)
15 15
lemon_libemon_la_LDFLAGS = $(GLPK_LIBS) $(CPLEX_LIBS) $(SOPLEX_LIBS)
16 16

	
17 17
lemon_HEADERS += \
18 18
        lemon/dim2.h \
19
	lemon/maps.h \
19 20
        lemon/random.h \
20 21
	lemon/list_graph.h \
21 22
        lemon/tolerance.h
22 23

	
23 24
bits_HEADERS += \
24 25
	lemon/bits/alteration_notifier.h \
25 26
	lemon/bits/array_map.h \
26 27
	lemon/bits/base_extender.h \
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 \
31 34
	lemon/bits/vector_map.h
32 35

	
33
concept_HEADERS +=
36
concept_HEADERS += \
34 37
	lemon/concept_check.h \
35 38
	lemon/concepts/digraph.h \
36 39
	lemon/concepts/graph.h \
40
	lemon/concepts/maps.h \
37 41
	lemon/concepts/graph_components.h
Ignore white space 12 line context
1 1
EXTRA_DIST += \
2 2
	test/Makefile
3 3

	
4 4
noinst_HEADERS += \
5
	test/digraph_test.h \
6
	test/map_test.h \
5 7
        test/test_tools.h
6 8

	
7 9
check_PROGRAMS += \
8 10
	test/digraph_test \
9 11
        test/dim_test \
10 12
	test/graph_test \
0 comments (0 inline)