EXTENSION = curlexe
MODULES = curlexe
PG_CFLAGS = $(shell pkg-config --cflags libcurl)
PG_LDFLAGS = $(shell pkg-config --libs libcurl)

PG_CONFIG = pg_config
PGXS := $(shell $(PG_CONFIG) --pgxs)
include $(PGXS)
