mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-11-27 07:21:09 +08:00
1610fcc351
building contrib with USE_PGXS. To make it work all the way, the pg_regress script would need to be included in the installation tree.
5 lines
141 B
Makefile
5 lines
141 B
Makefile
# $PostgreSQL: pgsql/contrib/contrib-global.mk,v 1.10 2005/09/27 17:43:31 tgl Exp $
|
|
|
|
NO_PGXS = 1
|
|
include $(top_srcdir)/src/makefiles/pgxs.mk
|