From: Bruce Momjian Date: Tue, 30 Jul 2002 16:32:20 +0000 (+0000) Subject: Add tablefunc to contrib makefile. X-Git-Tag: REL7_3~1081 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=74780590d81150712e7971a9a6af24c0ef78842f;p=postgresql Add tablefunc to contrib makefile. --- diff --git a/contrib/Makefile b/contrib/Makefile index ef30cc5007..442592d58b 100644 --- a/contrib/Makefile +++ b/contrib/Makefile @@ -1,4 +1,4 @@ -# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.32 2002/06/23 22:15:04 momjian Exp $ +# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.33 2002/07/30 16:32:20 momjian Exp $ subdir = contrib top_builddir = .. @@ -35,6 +35,7 @@ WANTED_DIRS = \ seg \ spi \ string \ + tablefunc \ tips \ tsearch \ userlock \