mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-29 09:59:08 -04:00
ipv6.h support; clean up net.h
This commit is contained in:
parent
9679032ec8
commit
7a4c7c53dc
1 changed files with 5 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 = app.h net.h time.h stdtime.h
|
||||
HEADERS = app.h net.h time.h stdtime.h @ISC_IPV6_H@
|
||||
|
||||
SUBDIRS =
|
||||
TARGETS =
|
||||
|
|
@ -38,3 +38,6 @@ install:: installdirs
|
|||
for i in ${HEADERS}; do \
|
||||
${INSTALL_DATA} $(srcdir)/$$i ${includedir}/isc ; \
|
||||
done
|
||||
|
||||
clean distclean::
|
||||
rm -f net.h
|
||||
|
|
|
|||
Loading…
Reference in a new issue