pgLatLon

annotate GNUmakefile @ 39:2890e859c8a8

Bugfixes in GeoJSON_to_epoint and GeoJSON_to_ecluster functions
author jbe
date Fri Oct 21 12:51:37 2016 +0200 (2016-10-21)
parents 9cd46e55d576
children f1a9a5de9a12
rev   line source
jbe@0 1 EXTENSION = latlon
jbe@38 2 DATA = latlon--0.6--0.7.sql latlon--0.7.sql latlon--0.7--0.8.sql latlon--0.8.sql
jbe@35 3 MODULES = latlon-v0007
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