]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
add a explict dependancy for interfaceiter.@O@.
authorMark Andrews <marka@isc.org>
Tue, 22 Jun 2004 02:48:36 +0000 (02:48 +0000)
committerMark Andrews <marka@isc.org>
Tue, 22 Jun 2004 02:48:36 +0000 (02:48 +0000)
lib/isc/unix/Makefile.in

index 63780a72e6b9882250da54278a217675ad4f116f..49845d420d5b44b7ca31a4d5d693d53dd316c27b 100644 (file)
@@ -13,7 +13,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: Makefile.in,v 1.35.2.1.10.1 2004/03/06 08:14:57 marka Exp $
+# $Id: Makefile.in,v 1.35.2.1.10.2 2004/06/22 02:48:36 marka Exp $
 
 srcdir =       @srcdir@
 VPATH =                @srcdir@
@@ -46,3 +46,6 @@ SUBDIRS =     include
 TARGETS =      ${OBJS}
 
 @BIND9_MAKE_RULES@
+
+interfaceiter.@O@: interfaceiter.c ifiter_ioctl.c ifiter_sysctl.c ifiter_getifaddrs.c
+