From: Bruce Momjian Date: Mon, 18 Jun 2001 17:20:56 +0000 (+0000) Subject: Add new dblink to /contrib Makefile.' X-Git-Tag: REL7_2_BETA1~1018 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3dba1ff6e8799eda9c50d5e0b0c7a4305d2544fd;p=postgresql Add new dblink to /contrib Makefile.' --- diff --git a/contrib/Makefile b/contrib/Makefile index b50b0eeeab..7b3bbcb6fe 100644 --- a/contrib/Makefile +++ b/contrib/Makefile @@ -1,4 +1,4 @@ -# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.21 2001/05/31 18:27:18 tgl Exp $ +# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.22 2001/06/18 17:20:56 momjian Exp $ subdir = contrib top_builddir = .. @@ -8,6 +8,7 @@ WANTED_DIRS = \ array \ cube \ dbase \ + dblink \ earthdistance \ findoidjoins \ fulltextindex \