equal
deleted
inserted
replaced
15 lemon_libemon_la_LDFLAGS = $(GLPK_LIBS) $(CPLEX_LIBS) $(SOPLEX_LIBS) |
15 lemon_libemon_la_LDFLAGS = $(GLPK_LIBS) $(CPLEX_LIBS) $(SOPLEX_LIBS) |
16 |
16 |
17 lemon_HEADERS += \ |
17 lemon_HEADERS += \ |
18 lemon/dim2.h \ |
18 lemon/dim2.h \ |
19 lemon/maps.h \ |
19 lemon/maps.h \ |
|
20 lemon/path.h \ |
|
21 lemon/path_utils.h \ |
20 lemon/random.h \ |
22 lemon/random.h \ |
21 lemon/list_graph.h \ |
23 lemon/list_graph.h \ |
22 lemon/tolerance.h |
24 lemon/tolerance.h |
23 |
25 |
24 bits_HEADERS += \ |
26 bits_HEADERS += \ |
36 concept_HEADERS += \ |
38 concept_HEADERS += \ |
37 lemon/concept_check.h \ |
39 lemon/concept_check.h \ |
38 lemon/concepts/digraph.h \ |
40 lemon/concepts/digraph.h \ |
39 lemon/concepts/graph.h \ |
41 lemon/concepts/graph.h \ |
40 lemon/concepts/maps.h \ |
42 lemon/concepts/maps.h \ |
|
43 lemon/concepts/path.h \ |
41 lemon/concepts/graph_components.h |
44 lemon/concepts/graph_components.h |