diff options
author | Riccardo Spagni <ric@spagni.net> | 2015-04-05 00:09:06 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2015-04-05 00:09:06 +0200 |
commit | 7172bdab60175f3131ad2108761184d3e955990d (patch) | |
tree | f2b4036b092626da18af3babc3f045917b7e5377 /external | |
parent | reinstate accidentally removed CMakeLists (diff) | |
download | monero-7172bdab60175f3131ad2108761184d3e955990d.tar.xz |
minor CMakeLists fix for Unbound, ldns -> sldns
Diffstat (limited to 'external')
-rw-r--r-- | external/unbound/CMakeLists.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/external/unbound/CMakeLists.txt b/external/unbound/CMakeLists.txt index fdfa0a0fe..507beec34 100644 --- a/external/unbound/CMakeLists.txt +++ b/external/unbound/CMakeLists.txt @@ -137,13 +137,13 @@ if (NOT HAVE_GETADDRINFO) endif () set(sldns_src - ldns/keyraw.c - ldns/sbuffer.c - ldns/wire2str.c - ldns/parse.c - ldns/parseutil.c - ldns/rrdef.c - ldns/str2wire.c) + sldns/keyraw.c + sldns/sbuffer.c + sldns/wire2str.c + sldns/parse.c + sldns/parseutil.c + sldns/rrdef.c + sldns/str2wire.c) set(libunbound_src libunbound/context.c |