mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 08:54:42 -04:00
isc/{unix,win32}/include/isc/ipv6.h moved to isc/include/isc/ipv6.h
This commit is contained in:
parent
1601abb30a
commit
681bd61239
3 changed files with 4 additions and 7 deletions
|
|
@ -24,8 +24,8 @@ top_srcdir = @top_srcdir@
|
|||
#
|
||||
HEADERS = assertions.h base64.h bitstring.h boolean.h buffer.h \
|
||||
bufferlist.h commandline.h error.h event.h eventclass.h \
|
||||
file.h heap.h interfaceiter.h lang.h lex.h lfsr.h lib.h \
|
||||
list.h log.h magic.h mem.h msgcat.h \
|
||||
file.h heap.h interfaceiter.h @ISC_IPV6_H@ lang.h lex.h \
|
||||
lfsr.h lib.h list.h log.h magic.h mem.h msgcat.h \
|
||||
mutexblock.h netaddr.h ondestroy.h platform.h \
|
||||
print.h quota.h random.h ratelimiter.h region.h \
|
||||
result.h resultclass.h rwlock.h serial.h sockaddr.h \
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ top_srcdir = @top_srcdir@
|
|||
|
||||
@BIND9_VERSION@
|
||||
|
||||
HEADERS = app.h dir.h int.h net.h netdb.h stdtime.h time.h @ISC_IPV6_H@
|
||||
HEADERS = app.h dir.h int.h net.h netdb.h stdtime.h time.h
|
||||
|
||||
SUBDIRS =
|
||||
TARGETS =
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ top_srcdir = @top_srcdir@
|
|||
|
||||
@BIND9_VERSION@
|
||||
|
||||
HEADERS = dir.h int.h ipv6.h mutex.h net.h netdb.h once.h \
|
||||
HEADERS = dir.h int.h mutex.h net.h netdb.h once.h \
|
||||
stdtime.h thread.h time.h
|
||||
|
||||
SUBDIRS =
|
||||
|
|
@ -39,6 +39,3 @@ install:: installdirs
|
|||
for i in $(HEADERS); do \
|
||||
$(INSTALL_DATA) $(srcdir)\$$i $(includedir)\isc ; \
|
||||
done
|
||||
|
||||
distclean::
|
||||
rm -f net.h
|
||||
|
|
|
|||
Loading…
Reference in a new issue