aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-07-30 16:32:20 +0000
committerBruce Momjian <bruce@momjian.us>2002-07-30 16:32:20 +0000
commit74780590d81150712e7971a9a6af24c0ef78842f (patch)
tree4dff8f30cfe6e58511eb5a2e9a013b82b972d356
parent41f862ba8766fd2cee7c3f939c4adf84e2b7b218 (diff)
downloadpostgresql-74780590d81150712e7971a9a6af24c0ef78842f.tar.gz
postgresql-74780590d81150712e7971a9a6af24c0ef78842f.zip
Add tablefunc to contrib makefile.
-rw-r--r--contrib/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/Makefile b/contrib/Makefile
index ef30cc50074..442592d58b1 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 \