diff options
Diffstat (limited to 'src/Makefile.global.in')
| -rw-r--r-- | src/Makefile.global.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Makefile.global.in b/src/Makefile.global.in index 475902bc47..3bc7cfbbc5 100644 --- a/src/Makefile.global.in +++ b/src/Makefile.global.in @@ -1,5 +1,5 @@ # -*-makefile-*- -# $PostgreSQL: pgsql/src/Makefile.global.in,v 1.213 2005/03/25 23:22:53 momjian Exp $ +# $PostgreSQL: pgsql/src/Makefile.global.in,v 1.214 2005/05/17 18:26:22 tgl Exp $ #------------------------------------------------------------------------------ # All PostgreSQL makefiles include this file and use the variables it sets, @@ -228,6 +228,9 @@ XGETTEXT = @XGETTEXT@ GZIP = gzip BZIP2 = bzip2 +PL_TESTDB = pl_regression +CONTRIB_TESTDB = contrib_regression + # Installation. INSTALL = $(SHELL) $(top_srcdir)/config/install-sh -c |
