mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-10 21:10:00 -04:00
add once.h
This commit is contained in:
parent
4a25a07d5b
commit
c84bdaa684
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright (C) 1998 Internet Software Consortium.
|
||||
# Copyright (C) 1998, 1999 Internet Software Consortium.
|
||||
#
|
||||
# Permission to use, copy, modify, and distribute this software for any
|
||||
# purpose with or without fee is hereby granted, provided that the above
|
||||
|
|
@ -19,7 +19,7 @@ top_srcdir = @top_srcdir@
|
|||
|
||||
@BIND9_VERSION@
|
||||
|
||||
HEADERS = condition.h mutex.h thread.h
|
||||
HEADERS = condition.h mutex.h once.h thread.h
|
||||
|
||||
SUBDIRS =
|
||||
TARGETS =
|
||||
|
|
|
|||
Loading…
Reference in a new issue