summaryrefslogtreecommitdiff
path: root/databases/postgresql81/files/Makefile.libtool
diff options
context:
space:
mode:
Diffstat (limited to 'databases/postgresql81/files/Makefile.libtool')
-rw-r--r--databases/postgresql81/files/Makefile.libtool6
1 files changed, 5 insertions, 1 deletions
diff --git a/databases/postgresql81/files/Makefile.libtool b/databases/postgresql81/files/Makefile.libtool
index 014be1075a9..d7f048f08fa 100644
--- a/databases/postgresql81/files/Makefile.libtool
+++ b/databases/postgresql81/files/Makefile.libtool
@@ -4,7 +4,7 @@
# Common rules for buildling libtool archives
#
# IDENTIFICATION
-# $NetBSD: Makefile.libtool,v 1.1.1.1 2006/03/20 14:45:49 uebayasi Exp $
+# $NetBSD: Makefile.libtool,v 1.2 2006/12/01 20:10:18 joerg Exp $
#
#-------------------------------------------------------------------------
@@ -21,9 +21,13 @@ else
ifneq (,$(findstring src/pl/,$(subdir)))
shmodule = yes
else
+ifneq (,$(findstring contrib/,$(subdir)))
+shmodule = yes
+else
shmodule = no
endif
endif
+endif
# Fix dependencies in some makefiles that assume the target matches
# %.o so that when built for libtool, the target matches the corresponding