summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2005-10-29 12:52:10 +0000
committerDr. Stephen Henson <steve@openssl.org>2005-10-29 12:52:10 +0000
commited656499c49a3db352dbadea5c957978af82130a (patch)
treea3026beabc38bde4615949c47021d5d2704d84c3 /test
parent63533e9a22d9db99e289aa68db831f0062ac0ff0 (diff)
Fix from HEAD.
Diffstat (limited to 'test')
-rw-r--r--test/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Makefile b/test/Makefile
index c7c9abcc43..7d4a5f56f0 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -309,9 +309,9 @@ BUILD_CMD=shlib_target=; if [ -n "$(SHARED_LIBS)" ]; then \
shlib_target="$(SHLIB_TARGET)"; \
fi; \
if [ "$${shlib_target}" = "hpux-shared" -o "$${shlib_target}" = "darwin-shared" ] ; then \
- LIBRARIES="$(DLIBSSL) $(DLIBCRYPTO)"; \
+ LIBRARIES="$(DLIBSSL) $(DLIBCRYPTO) $(LIBKRB5)"; \
else \
- LIBRARIES="$(LIBSSL) $(LIBCRYPTO)"; \
+ LIBRARIES="$(LIBSSL) $(LIBCRYPTO) $(LIBKRB5)"; \
fi; \
$(MAKE) -f $(TOP)/Makefile.shared -e \
APPNAME=$$target$(EXE_EXT) OBJECTS="$$target.o" \