mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Remove already removed headers from the Makefiles
This commit is contained in:
parent
25248eb097
commit
142cb0ab8f
2 changed files with 2 additions and 2 deletions
|
|
@ -32,7 +32,7 @@ HEADERS = aes.h app.h assertions.h atomic.h backtrace.h base32.h base64.h \
|
|||
radix.h random.h ratelimiter.h refcount.h regex.h \
|
||||
region.h resource.h result.h resultclass.h rwlock.h \
|
||||
safe.h serial.h sha1.h sha2.h sockaddr.h socket.h \
|
||||
stats.h stdio.h stdlib.h strerr.h string.h symtab.h \
|
||||
stats.h stdio.h strerr.h string.h symtab.h \
|
||||
task.h taskpool.h timer.h tm.h types.h util.h version.h \
|
||||
xml.h
|
||||
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ top_srcdir = @top_srcdir@
|
|||
VERSION=@BIND9_VERSION@
|
||||
|
||||
HEADERS = dir.h net.h netdb.h offset.h stat.h \
|
||||
stdtime.h strerror.h syslog.h time.h
|
||||
stdtime.h syslog.h time.h
|
||||
|
||||
SUBDIRS =
|
||||
TARGETS =
|
||||
|
|
|
|||
Loading…
Reference in a new issue