mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-20 00:10:43 -05:00
install refcount.h
This commit is contained in:
parent
8b473437f1
commit
ea16b37d71
1 changed files with 3 additions and 2 deletions
|
|
@ -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.48 2001/01/09 21:56:41 bwelling Exp $
|
||||
# $Id: Makefile.in,v 1.49 2001/02/12 23:11:05 gson Exp $
|
||||
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
|
@ -33,7 +33,8 @@ HEADERS = assertions.h base64.h bitstring.h boolean.h buffer.h \
|
|||
interfaceiter.h @ISC_IPV6_H@ lang.h lex.h \
|
||||
lfsr.h lib.h list.h log.h magic.h md5.h mem.h msgcat.h msgs.h \
|
||||
mutexblock.h netaddr.h ondestroy.h os.h \
|
||||
print.h quota.h random.h ratelimiter.h region.h resource.h \
|
||||
print.h quota.h random.h ratelimiter.h \
|
||||
refcount.h region.h resource.h \
|
||||
result.h resultclass.h rwlock.h serial.h sha1.h sockaddr.h \
|
||||
socket.h stdio.h string.h symtab.h task.h taskpool.h timer.h \
|
||||
types.h util.h
|
||||
|
|
|
|||
Loading…
Reference in a new issue