MODULE_big = nominatim_fdw OBJS = nominatim_fdw.o EXTENSION = nominatim_fdw DATA = nominatim_fdw--1.0.sql REGRESS = exceptions functions CURL_CONFIG = curl-config PG_CONFIG = pg_config CFLAGS += $(shell $(CURL_CONFIG) --cflags) LIBS += $(shell $(CURL_CONFIG) --libs) SHLIB_LINK := $(LIBS) PGXS := $(shell $(PG_CONFIG) --pgxs) include $(PGXS)