about summary refs log tree commit diff
path: root/db
diff options
context:
space:
mode:
Diffstat (limited to 'db')
-rw-r--r--db/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/db/Makefile b/db/Makefile
index efe8b8feee..ac08e78859 100644
--- a/db/Makefile
+++ b/db/Makefile
@@ -29,8 +29,11 @@ distribute	:= compat.h					\
 
 include ../Makeconfig
 
-install-others	:= $(inst_slibdir)/libdb.so$(libdb1.so-version) \
-		   $(db1-headers:%=$(inst_includedir)/db1/%)
+install-others	:= $(db1-headers:%=$(inst_includedir)/db1/%)
+
+ifeq (yes,$(build-shared))
+install-others	+= $(inst_slibdir)/libdb.so$(libdb1.so-version)
+endif
 
 $(inst_slibdir)/libdb.so$(libdb1.so-version): $(inst_slibdir)/libdb1-$(version).so $(+force)
 	rm -f $@