pgLatLon

annotate GNUmakefile @ 3:bccc1e155ad8

Simplified approximated distance calculation on WGS-84 ellipsoid
author jbe
date Mon Aug 22 21:35:25 2016 +0200 (2016-08-22)
parents 3b70e93cc07d
children 8f79d4a1cdc1
rev   line source
jbe@0 1 EXTENSION = latlon
jbe@0 2 DATA = latlon--0.1.sql
jbe@0 3 MODULES = latlon-v0001
jbe@0 4
jbe@0 5 PG_CONFIG = pg_config
jbe@0 6 PGXS := $(shell $(PG_CONFIG) --pgxs)
jbe@0 7 include $(PGXS)

Impressum / About Us