INCLUDEDIR = $(shell pg_config --includedir-server)
MODULE_big = test_cfunc
PGXS := $(shell pg_config --pgxs)
include $(PGXS)

