pgLatLon

annotate GNUmakefile @ 72:8fa0ef5e4ee6

Fixed longitude wraparound for values equal to or greater than 360 degrees
author jbe
date Wed Feb 12 13:11:04 2020 +0100 (2020-02-12)
parents 882b77aee653
children
rev   line source
jbe@0 1 EXTENSION = latlon
jbe@69 2 DATA = latlon--0.14--0.15.sql latlon--0.15.sql
jbe@69 3 MODULES = latlon-v0010
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