summaryrefslogtreecommitdiff
path: root/contrib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/Makefile')
-rw-r--r--contrib/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/contrib/Makefile b/contrib/Makefile
index 500ddd2468..475599c5bd 100644
--- a/contrib/Makefile
+++ b/contrib/Makefile
@@ -1,4 +1,4 @@
-# $PostgreSQL: pgsql/contrib/Makefile,v 1.66 2006/05/30 13:25:57 momjian Exp $
+# $PostgreSQL: pgsql/contrib/Makefile,v 1.67 2006/09/04 15:07:46 petere Exp $
subdir = contrib
top_builddir = ..
@@ -36,6 +36,10 @@ WANTED_DIRS = \
userlock \
vacuumlo
+ifeq ($(with_openssl),yes)
+WANTED_DIRS += sslinfo
+endif
+
# Missing:
# adddepend \ (does not have a makefile)
# mSQL-interface \ (requires msql installed)