pgLatLon

annotate GNUmakefile @ 73:b5bc6b35b716

Allow non-superusers to install extension; Properly support loading extension into schema; Do not allow schema relocation
author jbe
date Sun Nov 29 19:55:33 2020 +0100 (2020-11-29)
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