summaryrefslogtreecommitdiffstats
path: root/src/plugins/kdb/db2
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2012-05-17 19:32:41 -0400
committerTom Yu <tlyu@mit.edu>2012-05-17 19:32:41 -0400
commit0eaf09290223c25ce846a09808f192ab38cced15 (patch)
tree3835d3f5072c17e26d0afd9b3939f974b1e13a22 /src/plugins/kdb/db2
parenta2d47235d4b3ce1a51767ffb6bcabb0460a9387d (diff)
downloadkrb5-0eaf09290223c25ce846a09808f192ab38cced15.tar.gz
krb5-0eaf09290223c25ce846a09808f192ab38cced15.tar.xz
krb5-0eaf09290223c25ce846a09808f192ab38cced15.zip
Add missing $(LIBS) to some shared libraries
Add $(LIBS) to the $(SHLIB_EXPLIBS) for some shared libraries which did not previously include it, which prevented gcov from working properly in some cases. Patch from W. Trevor King. ticket: 7138
Diffstat (limited to 'src/plugins/kdb/db2')
-rw-r--r--src/plugins/kdb/db2/libdb2/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/kdb/db2/libdb2/Makefile.in b/src/plugins/kdb/db2/libdb2/Makefile.in
index 3cc5da939..d2df68c79 100644
--- a/src/plugins/kdb/db2/libdb2/Makefile.in
+++ b/src/plugins/kdb/db2/libdb2/Makefile.in
@@ -14,7 +14,7 @@ HDRDIR=$(BUILDTOP)/include
HDRS = $(HDRDIR)/db.h $(HDRDIR)/db-config.h
SHLIB_EXPDEPS=$(SUPPORT_DEPLIB)
-SHLIB_EXPLIBS=$(SUPPORT_LIB)
+SHLIB_EXPLIBS=$(SUPPORT_LIB) $(LIBS)
SHLIB_DIRS=-L$(TOPLIBD)
SHLIB_RDIRS=$(KRB5_LIBDIR)