diff options
| author | Tom Yu <tlyu@mit.edu> | 2012-05-17 19:32:41 -0400 |
|---|---|---|
| committer | Tom Yu <tlyu@mit.edu> | 2012-05-17 19:32:41 -0400 |
| commit | 0eaf09290223c25ce846a09808f192ab38cced15 (patch) | |
| tree | 3835d3f5072c17e26d0afd9b3939f974b1e13a22 /src/util | |
| parent | a2d47235d4b3ce1a51767ffb6bcabb0460a9387d (diff) | |
| download | krb5-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/util')
| -rw-r--r-- | src/util/verto/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/verto/Makefile.in b/src/util/verto/Makefile.in index a2ff7c5c0..f7206c83d 100644 --- a/src/util/verto/Makefile.in +++ b/src/util/verto/Makefile.in @@ -17,7 +17,7 @@ LIBOBJS=$(OUTPRE)verto.$(OBJEXT) $(OUTPRE)module.$(OBJEXT) SRCS=verto.c module.c STOBJLISTS=OBJS.ST -SHLIB_EXPLIBS= $(DL_LIB) +SHLIB_EXPLIBS= $(DL_LIB) $(LIBS) SHLIB_DIRS= SHLIB_RDIRS=$(KRB5_LIBDIR) |
