add more files to pre-build that take a long time [skip ci]
This commit is contained in:
parent
9adafd71df
commit
4c369f7b68
1 changed files with 5 additions and 0 deletions
5
Makefile
5
Makefile
|
@ -54,6 +54,11 @@ src/json/libmapnik-json.a:
|
|||
src/expression_grammar.os \
|
||||
src/transform_expression_grammar.os \
|
||||
src/image_filter_grammar.os \
|
||||
src/marker_helpers.os \
|
||||
src/svg/svg_transform_parser.os \
|
||||
src/agg/process_line_symbolizer.os \
|
||||
plugins/input/geojson/geojson_datasource.os \
|
||||
utils/mapnik-index/process_geojson_file.o \
|
||||
|
||||
mapnik: src/json/libmapnik-json.a
|
||||
# then install the rest with -j$(JOBS)
|
||||
|
|
Loading…
Reference in a new issue