mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +08:00
9886a46e76
test expected output. Tweak contrib/spi Makefile so that refint.so is by default built with appropriate NOTICE support for regression testing.
16 lines
521 B
Makefile
16 lines
521 B
Makefile
# $Header: /cvsroot/pgsql/contrib/spi/Makefile,v 1.22 2002/10/03 18:40:02 tgl Exp $
|
|
|
|
subdir = contrib/spi
|
|
top_builddir = ../..
|
|
include $(top_builddir)/src/Makefile.global
|
|
|
|
MODULES = autoinc insert_username moddatetime refint timetravel
|
|
DATA_built = $(addsuffix .sql, $(MODULES))
|
|
DOCS = README.spi $(addsuffix .example, $(MODULES))
|
|
|
|
# this is needed for the regression tests;
|
|
# comment out if you want a quieter refint package for other uses
|
|
PG_CPPFLAGS = -DREFINT_VERBOSE
|
|
|
|
include $(top_srcdir)/contrib/contrib-global.mk
|