@@ -56,20 +56,20 @@ include_HEADERS = \
56
56
include/baldr/nodeinfo.h \
57
57
include/baldr/location.h \
58
58
include/baldr/pathlocation.h \
59
- include/geo /linesegment2.h \
60
- include/geo /tiles.h \
61
- include/geo /aabbll.h \
62
- include/geo /polyline2.h \
63
- include/geo /obb2.h \
64
- include/geo /pointll.h \
65
- include/geo /vector2.h \
66
- include/geo /clipper2.h \
67
- include/geo /aabb2.h \
68
- include/geo /point2.h \
69
- include/geo /util.h \
70
- include/geo /distanceapproximator.h \
71
- include/geo /ellipse.h \
72
- include/geo /tilehierarchy.h \
59
+ include/midgard /linesegment2.h \
60
+ include/midgard /tiles.h \
61
+ include/midgard /aabbll.h \
62
+ include/midgard /polyline2.h \
63
+ include/midgard /obb2.h \
64
+ include/midgard /pointll.h \
65
+ include/midgard /vector2.h \
66
+ include/midgard /clipper2.h \
67
+ include/midgard /aabb2.h \
68
+ include/midgard /point2.h \
69
+ include/midgard /util.h \
70
+ include/midgard /distanceapproximator.h \
71
+ include/midgard /ellipse.h \
72
+ include/midgard /tilehierarchy.h \
73
73
include/thor/adjacencylist.h \
74
74
include/thor/astarheuristic.h \
75
75
include/thor/edgecost.h \
@@ -93,20 +93,20 @@ libvalhalla_la_SOURCES = \
93
93
src/baldr/nodeinfo.cc \
94
94
src/baldr/location.cc \
95
95
src/baldr/pathlocation.cc \
96
- src/geo /linesegment2.cc \
97
- src/geo /tiles.cc \
98
- src/geo /aabbll.cc \
99
- src/geo /polyline2.cc \
100
- src/geo /obb2.cc \
101
- src/geo /pointll.cc \
102
- src/geo /vector2.cc \
103
- src/geo /clipper2.cc \
104
- src/geo /aabb2.cc \
105
- src/geo /point2.cc \
106
- src/geo /util.cc \
107
- src/geo /distanceapproximator.cc \
108
- src/geo /ellipse.cc \
109
- src/geo /tilehierarchy.cc \
96
+ src/midgard /linesegment2.cc \
97
+ src/midgard /tiles.cc \
98
+ src/midgard /aabbll.cc \
99
+ src/midgard /polyline2.cc \
100
+ src/midgard /obb2.cc \
101
+ src/midgard /pointll.cc \
102
+ src/midgard /vector2.cc \
103
+ src/midgard /clipper2.cc \
104
+ src/midgard /aabb2.cc \
105
+ src/midgard /point2.cc \
106
+ src/midgard /util.cc \
107
+ src/midgard /distanceapproximator.cc \
108
+ src/midgard /ellipse.cc \
109
+ src/midgard /tilehierarchy.cc \
110
110
src/thor/adjacencylist.cc \
111
111
src/thor/astarheuristic.cc \
112
112
src/thor/edgecost.cc \
0 commit comments