Makefile

text/plain

Filename: Makefile
Type: text/plain
Part: 0
Message: PG12, PGXS and linking pgfeutils
PROGRAM = pgxs-test

OBJS = pgxs-test.o

PG_CONFIG = pg_config
PG_LIBS = $(libpq_pgport)

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