update to 9.7.2rc1
[tridge/bind9.git] / lib / export / dns / Makefile.in
index 7445e303e1fa65c79bbd6d7bb58cbbc0e28c2fa7..aeadf57e881038d2672184a00b2f747a89f7d1ba 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2009, 2010  Internet Systems Consortium, Inc. ("ISC")
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
@@ -12,7 +12,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: Makefile.in,v 1.4 2009/12/05 23:31:40 each Exp $
+# $Id: Makefile.in,v 1.4.2.3 2010/06/09 23:49:43 tbox Exp $
 
 top_srcdir =   @top_srcdir@
 srcdir =       @top_srcdir@/lib/dns
@@ -42,11 +42,14 @@ ISCDEPLIBS =        ../isc/libisc.@A@
 LIBS =         @LIBS@
 
 # Alphabetically
-DSTOBJS =      dst_api.@O@ dst_lib.@O@ dst_parse.@O@ dst_result.@O@ \
-               gssapi_link.@O@ gssapictx.@O@ hmac_link.@O@ key.@O@ \
-               openssl_link.@O@ openssldh_link.@O@ openssldsa_link.@O@ \
+
+OPENSSLLINKOBJS = openssl_link.@O@ openssldh_link.@O@ openssldsa_link.@O@ \
                opensslrsa_link.@O@
 
+DSTOBJS =      @OPENSSLLINKOBJS@ \
+               dst_api.@O@ dst_lib.@O@ dst_parse.@O@ dst_result.@O@ \
+               gssapi_link.@O@ gssapictx.@O@ hmac_link.@O@ key.@O@
+
 DNSOBJS =      acl.@O@ adb.@O@ byaddr.@O@ \
                cache.@O@ callbacks.@O@ client.@O@ compress.@O@ \
                db.@O@ dbiterator.@O@ diff.@O@ dispatch.@O@ dlz.@O@ dnssec.@O@ \
@@ -67,12 +70,15 @@ PORTDNSOBJS =       ecdb.@O@
 OBJS=          ${DNSOBJS} ${OTHEROBJS} ${DSTOBJS} ${PORTDNSOBJS}
 
 # Alphabetically
-DSTSRCS =      dst_api.c dst_lib.c dst_parse.c \
-               dst_result.c gssapi_link.c gssapictx.c \
-               hmac_link.c key.c \
-               openssl_link.c openssldh_link.c \
+
+OPENSSLLINKSRCS = openssl_link.c openssldh_link.c \
                openssldsa_link.c opensslrsa_link.c
 
+DSTSRCS =      @OPENSSLLINKSRCS@ \
+               dst_api.c dst_lib.c dst_parse.c \
+               dst_result.c gssapi_link.c gssapictx.c \
+               hmac_link.c key.c 
+
 DNSSRCS =      acl.c adb.c byaddr.c \
                cache.c callbacks.c client.c compress.c \
                db.c dbiterator.c diff.c dispatch.c dlz.c dnssec.c ds.c \