mod_tile: Apache module and rendering daemon for serving OSM tiles

This commit is contained in:
Jon Burgess
2007-10-12 21:18:59 +00:00
commit cd9801bc1e
12 changed files with 1541 additions and 0 deletions

13
modules.mk Normal file
View 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