summaryrefslogtreecommitdiff
path: root/contrib/Makefile
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2001-02-10 03:44:06 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2001-02-10 03:44:06 +0000
commit2a1553c7fd07150f26e0719587c27ac08c10accd (patch)
treeafb0391d2a63bcdd69a0323e396dfe63e5b116ce /contrib/Makefile
parent5b6acff6e0ccba0797236c4202554c935bdf0f66 (diff)
downloadpostgresql-2a1553c7fd07150f26e0719587c27ac08c10accd.tar.gz
Add oid2name subdirectory to contrib Makefile.
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 6a5e806593..13264b065a 100644
--- a/contrib/Makefile
+++ b/contrib/Makefile
@@ -1,4 +1,4 @@
-# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.13 2001/02/09 18:42:35 tgl Exp $
+# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.14 2001/02/10 03:44:06 tgl Exp $
subdir = contrib
top_builddir = ..
@@ -17,6 +17,7 @@ WANTED_DIRS = \
mac \
miscutil \
noupdate \
+ oid2name \
pg_dumplo \
pgbench \
pgcrypto \