pgLatLon

annotate GNUmakefile @ 60:a5b8024ef5bc

Changed constant "FALSE" to "false" to work with newer versions of PostgreSQL
author jbe
date Sun Feb 09 17:43:32 2020 +0100 (2020-02-09)
parents 537df4c9de92
children 9771b81559c7
rev   line source
jbe@0 1 EXTENSION = latlon
jbe@53 2 DATA = latlon--0.11--0.12.sql latlon--0.12.sql
jbe@47 3 MODULES = latlon-v0009
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