minor CMakeLists fix for Unbound, ldns -> sldns
This commit is contained in:
parent
8d4772fa43
commit
7172bdab60
|
@ -137,13 +137,13 @@ if (NOT HAVE_GETADDRINFO)
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
set(sldns_src
|
set(sldns_src
|
||||||
ldns/keyraw.c
|
sldns/keyraw.c
|
||||||
ldns/sbuffer.c
|
sldns/sbuffer.c
|
||||||
ldns/wire2str.c
|
sldns/wire2str.c
|
||||||
ldns/parse.c
|
sldns/parse.c
|
||||||
ldns/parseutil.c
|
sldns/parseutil.c
|
||||||
ldns/rrdef.c
|
sldns/rrdef.c
|
||||||
ldns/str2wire.c)
|
sldns/str2wire.c)
|
||||||
|
|
||||||
set(libunbound_src
|
set(libunbound_src
|
||||||
libunbound/context.c
|
libunbound/context.c
|
||||||
|
|
Loading…
Reference in New Issue