Moving admin0 to common extension dir (WIP)

This commit is contained in:
Rafa de la Torre
2015-11-03 11:29:48 +01:00
parent 58c026f06d
commit 052d22d80a
7 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
EXTENSION = cdb_geocoder_admin0
DATA = cdb_geocoder_admin0--0.0.1.sql
REGRESS = cdb_geocoder_admin0_test
# postgres build stuff
PG_CONFIG = pg_config
PGXS := $(shell $(PG_CONFIG) --pgxs)
include $(PGXS)