From 0c2499c74748413c16ffc2a19f3c2137b618c752 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Mon, 29 Jan 2001 22:38:36 +0000 Subject: [PATCH] (libsia_krb5.so): actually run ld in the case shared library case git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9581 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/auth/sia/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/auth/sia/Makefile.am b/lib/auth/sia/Makefile.am index 6d4d9e6db..80848929e 100644 --- a/lib/auth/sia/Makefile.am +++ b/lib/auth/sia/Makefile.am @@ -84,6 +84,7 @@ libsia_krb5.so: $(OBJS) ld -shared -o $@ $(LDFLAGS) $(OBJS) $(L); \ elif test -f $(top_builddir)/lib/krb5/.libs/libkrb5.so; then \ echo "ld -shared -o $@ $(LDFLAGS) $(OBJS) $(L_shared)"; \ + ld -shared -o $@ $(LDFLAGS) $(OBJS) $(L_shared); \ else \ echo "missing libraries"; exit 1; \ fi