pgLatLon

annotate GNUmakefile @ 50:232da3c28d83

Code style: removed a superfluous empty line in file latlon-v0009.c
author jbe
date Thu Sep 28 02:17:53 2017 +0200 (2017-09-28)
parents 20482d4309b5
children 133626ff7cb2
rev   line source
jbe@0 1 EXTENSION = latlon
jbe@47 2 DATA = latlon--0.9--0.10.sql latlon--0.10.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