summaryrefslogtreecommitdiff
path: root/contrib/Makefile
diff options
context:
space:
mode:
authorBruce Momjian2002-07-30 16:40:34 +0000
committerBruce Momjian2002-07-30 16:40:34 +0000
commit1dedbf2da5c4aa741bbc6f16dc3ad819625b84f0 (patch)
treef13fc1d640627603e486fc965f18529f85a40500 /contrib/Makefile
parent210e64fe085cf780ea49867ef00c24cc86386aa2 (diff)
Add ltree data type to contrib, from Teodor Sigaev and Oleg Bartunov.
Diffstat (limited to 'contrib/Makefile')
-rw-r--r--contrib/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/Makefile b/contrib/Makefile
index 442592d58b1..c9e88be82dd 100644
--- a/contrib/Makefile
+++ b/contrib/Makefile
@@ -1,4 +1,4 @@
-# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.33 2002/07/30 16:32:20 momjian Exp $
+# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.34 2002/07/30 16:40:34 momjian Exp $
subdir = contrib
top_builddir = ..
@@ -20,6 +20,7 @@ WANTED_DIRS = \
intarray \
isbn_issn \
lo \
+ ltree \
miscutil \
noupdate \
oid2name \