exchange/src/exchangedb/spi/Makefile
Christian Grothoff 8463572bea
fix SPI build
2023-04-16 22:07:36 +02:00

10 lines
202 B
Makefile

EXTENSION = own_test
MODULES = own_test
DATA = own_test.sql
PG_CPPFLAGS = -I /usr/include/postgresql
# postgresql build stuff
PG_CONFIG = pg_config
PGXS := $(shell $(PG_CONFIG) --pgxs)
include $(PGXS)