diff --git a/contrib/Makefile b/contrib/Makefile
index 1787a1b7908a90e1d711962b353b796eca5b14f6..637ba2376785c1b3bd6e37a9a41e0e5aa34509aa 100644
--- a/contrib/Makefile
+++ b/contrib/Makefile
@@ -1,4 +1,4 @@
-# $PostgreSQL: pgsql/contrib/Makefile,v 1.70 2006/09/09 04:07:51 tgl Exp $
+# $PostgreSQL: pgsql/contrib/Makefile,v 1.71 2007/02/08 15:09:47 momjian Exp $
 
 subdir = contrib
 top_builddir = ..
@@ -21,6 +21,7 @@ WANTED_DIRS = \
 		oid2name	\
 		pg_buffercache	\
 		pg_freespacemap \
+		pg_standby	\
 		pg_trgm		\
 		pgbench		\
 		pgcrypto	\