mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-10 02:01:32 -04:00
There is no "unix" subdirectory here.
This commit is contained in:
parent
a414896ee9
commit
2376cd7f84
1 changed files with 1 additions and 3 deletions
|
|
@ -19,7 +19,7 @@ top_srcdir = @top_srcdir@
|
|||
|
||||
@BIND9_INCLUDES@
|
||||
|
||||
CINCLUDES = -I${srcdir}/unix/include ${DNS_INCLUDES} ${ISC_INCLUDES}
|
||||
CINCLUDES = ${DNS_INCLUDES} ${ISC_INCLUDES}
|
||||
|
||||
CDEFINES =
|
||||
CWARNINGS =
|
||||
|
|
@ -34,8 +34,6 @@ DEPLIBS = ${DNSDEPLIBS} ${ISCDEPLIBS}
|
|||
|
||||
LIBS = ${DNSLIBS} ${ISCLIBS} @LIBS@
|
||||
|
||||
SUBDIRS = unix
|
||||
|
||||
# Alphabetically
|
||||
TARGETS = dnssec-keygen \
|
||||
dnssec-makekeyset \
|
||||
|
|
|
|||
Loading…
Reference in a new issue