projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41f862b
)
Add tablefunc to contrib makefile.
author
Bruce Momjian
Tue, 30 Jul 2002 16:32:20 +0000
(16:32 +0000)
committer
Bruce Momjian
Tue, 30 Jul 2002 16:32:20 +0000
(16:32 +0000)
contrib/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/contrib/Makefile
b/contrib/Makefile
index ef30cc50074a8978efe41c1267fc24cceaf00086..442592d58b191d9b6d6eb475d2f39f16d543a2e4 100644
(file)
--- a/
contrib/Makefile
+++ b/
contrib/Makefile
@@
-1,4
+1,4
@@
-# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.3
2 2002/06/23 22:15:04
momjian Exp $
+# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.3
3 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 \