mirror of
https://github.com/postgres/postgres.git
synced 2025-06-20 00:02:04 -04:00
10 lines
195 B
Makefile
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
|