1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-09 17:03:00 +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
top_builddir = ..
@@ -35,6 +35,7 @@ WANTED_DIRS = \
seg \
spi \
string \
tablefunc \
tips \
tsearch \
userlock \