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@ \