pgLatLon

annotate GNUmakefile @ 5:13d26f330e20

Set executable bit of create_test_db.sh file
author jbe
date Mon Aug 22 21:52:32 2016 +0200 (2016-08-22)
parents 8f79d4a1cdc1
children 2b7aea022117
rev   line source
jbe@0 1 EXTENSION = latlon
jbe@4 2 DATA = latlon--0.1.sql latlon--0.1--0.2.sql latlon--0.2.sql
jbe@4 3 MODULES = latlon-v0001 latlon-v0002
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