PostgreSQL/contrib/contrib-global.mk
2016-02-26 12:38:21 +05:30

10 lines
195 B
Makefile

# contrib/contrib-global.mk
# file with extra config for temp build
ifdef TEMP_CONFIG
REGRESS_OPTS += --temp-config=$(TEMP_CONFIG)
endif
NO_PGXS = 1
include $(top_srcdir)/src/makefiles/pgxs.mk