1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-11 04:22:52 +03:00

Add tablefunc to contrib makefile.

This commit is contained in:
Bruce Momjian
2002-07-30 16:32:20 +00:00
parent 41f862ba87
commit 74780590d8

View File

@@ -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 subdir = contrib
top_builddir = .. top_builddir = ..
@@ -35,6 +35,7 @@ WANTED_DIRS = \
seg \ seg \
spi \ spi \
string \ string \
tablefunc \
tips \ tips \
tsearch \ tsearch \
userlock \ userlock \