~ubuntu-branches/ubuntu/precise/eglibc/precise

« back to all changes in this revision

Viewing changes to inet/Makefile

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2011-10-04 17:48:26 UTC
  • mfrom: (216.1.23 oneiric)
  • Revision ID: package-import@ubuntu.com-20111004174826-2cyb9ewn3ucymlsx
Tags: 2.13-20ubuntu5
libc6-dev: Don't break the current {gnat,gcj}-4.4-base versons. LP: #853688.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright (C) 1991-2006, 2007, 2009, 2011 Free Software Foundation, Inc.
 
1
# Copyright (C) 1991-2006, 2007, 2009 Free Software Foundation, Inc.
2
2
# This file is part of the GNU C Library.
3
3
 
4
4
# The GNU C Library is free software; you can redistribute it and/or
60
60
 
61
61
tests := htontest test_ifindex tst-ntoa tst-ether_aton tst-network \
62
62
         tst-gethnm test-ifaddrs bug-if1 tst-ether_line \
63
 
         tst-getni1 tst-getni2 tst-inet6_rth tst-checks
 
63
         tst-getni1 tst-getni2 tst-inet6_rth
64
64
tests-$(OPTION_EGLIBC_ADVANCED_INET6) += test-inet6_opt
65
65
 
66
66
include ../Rules
105
105
 
106
106
ifeq (yes,$(build-static-nss))
107
107
otherlibs += $(nssobjdir)/libnss_files.a $(resolvobjdir)/libnss_dns.a \
108
 
             $(resolvobjdir)/libresolv.a
 
108
             $(resolvobjdir)/libresolv.a
109
109
endif