From 15e513925feea9947e8e443339569115d12854be Mon Sep 17 00:00:00 2001 From: Brian Wellington Date: Thu, 17 Aug 2000 02:13:18 +0000 Subject: [PATCH] add sec/dst/gssapi_link.o --- lib/dns/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/dns/Makefile.in b/lib/dns/Makefile.in index 052fade1f5..12aa50027d 100644 --- a/lib/dns/Makefile.in +++ b/lib/dns/Makefile.in @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.96 2000/08/01 01:22:05 tale Exp $ +# $Id: Makefile.in,v 1.97 2000/08/17 02:13:18 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ @@ -45,6 +45,7 @@ CONFOBJS = config/confacl.@O@ config/confcache.@O@ config/confcommon.@O@ \ DSTOBJS = sec/dst/bsafe_link.@O@ sec/dst/dst_api.@O@ \ sec/dst/dst_parse.@O@ sec/dst/hmac_link.@O@ \ sec/dst/openssl_link.@O@ sec/dst/openssldh_link.@O@ \ + sec/dst/gssapi_link.@O@ \ sec/dst/dst_result.@O@ sec/dst/dst_lib.@O@ OPENSSLOBJS = sec/openssl/bn_add.@O@ sec/openssl/bn_asm.@O@ \