postgresql/contrib/contrib-global.mk
Tom Lane 1610fcc351 Some marginal tweaks to make 'make installcheck' mostly work when
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.
2005-09-27 17:43:31 +00:00

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