mirror of
https://github.com/openstreetmap/mod_tile.git
synced 2025-08-01 07:43:30 +00:00
mod_tile: Apache module and rendering daemon for serving OSM tiles
This commit is contained in:
13
modules.mk
Normal file
13
modules.mk
Normal file
@ -0,0 +1,13 @@
|
||||
#
|
||||
# this is used/needed by the APACHE2 build system
|
||||
#
|
||||
|
||||
MOD_TILE = mod_tile
|
||||
|
||||
mod_tile.la: ${MOD_TILE:=.slo}
|
||||
$(SH_LINK) -rpath $(libexecdir) -module -avoid-version ${MOD_TILE:=.lo}
|
||||
|
||||
DISTCLEAN_TARGETS = modules.mk
|
||||
|
||||
shared = mod_tile.la
|
||||
|
Reference in New Issue
Block a user