gravatar
alpar (Alpar Juttner)
alpar@cs.elte.hu
lemon/concept_check.h was installed into a wrong directory
0 1 0
default
1 file changed with 1 insertions and 1 deletions:
↑ Collapse diff ↑
Show white space 48 line context
1 1
EXTRA_DIST += \
2 2
	lemon/lemon.pc.in \
3 3
	lemon/CMakeLists.txt
4 4

	
5 5
pkgconfig_DATA += lemon/lemon.pc
6 6

	
7 7
lib_LTLIBRARIES += lemon/libemon.la
8 8

	
9 9
lemon_libemon_la_SOURCES = \
10 10
        lemon/arg_parser.cc \
11 11
        lemon/base.cc \
12 12
        lemon/color.cc \
13 13
        lemon/random.cc
14 14

	
15 15

	
16 16
lemon_libemon_la_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS) $(SOPLEX_CXXFLAGS)
17 17
lemon_libemon_la_LDFLAGS = $(GLPK_LIBS) $(CPLEX_LIBS) $(SOPLEX_LIBS)
18 18

	
19 19
lemon_HEADERS += \
20 20
        lemon/arg_parser.h \
21 21
	lemon/assert.h \
22 22
        lemon/bfs.h \
23 23
        lemon/bin_heap.h \
24 24
        lemon/color.h \
25
	lemon/concept_check.h \
25 26
        lemon/counter.h \
26 27
        lemon/dfs.h \
27 28
        lemon/dijkstra.h \
28 29
        lemon/dim2.h \
29 30
	lemon/error.h \
30 31
        lemon/graph_to_eps.h \
31 32
	lemon/graph_utils.h \
32 33
	lemon/kruskal.h \
33 34
	lemon/lgf_reader.h \
34 35
	lemon/list_graph.h \
35 36
	lemon/maps.h \
36 37
	lemon/math.h \
37 38
	lemon/path.h \
38 39
        lemon/random.h \
39 40
	lemon/smart_graph.h \
40 41
        lemon/time_measure.h \
41 42
        lemon/tolerance.h \
42 43
	lemon/unionfind.h
43 44

	
44 45
bits_HEADERS += \
45 46
	lemon/bits/alteration_notifier.h \
46 47
	lemon/bits/array_map.h \
47 48
	lemon/bits/base_extender.h \
48 49
        lemon/bits/bezier.h \
49 50
	lemon/bits/default_map.h \
50 51
	lemon/bits/graph_extender.h \
51 52
        lemon/bits/invalid.h \
52 53
	lemon/bits/map_extender.h \
53 54
	lemon/bits/path_dump.h \
54 55
	lemon/bits/traits.h \
55 56
        lemon/bits/utility.h \
56 57
	lemon/bits/vector_map.h
57 58

	
58 59
concept_HEADERS += \
59
	lemon/concept_check.h \
60 60
	lemon/concepts/digraph.h \
61 61
	lemon/concepts/graph.h \
62 62
	lemon/concepts/heap.h \
63 63
	lemon/concepts/maps.h \
64 64
	lemon/concepts/path.h \
65 65
	lemon/concepts/graph_components.h
0 comments (0 inline)