aboutsummaryrefslogtreecommitdiff
path: root/lib/libldns/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libldns/Makefile')
-rw-r--r--lib/libldns/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libldns/Makefile b/lib/libldns/Makefile
index ae3518a4f263..1acad7ded8b4 100644
--- a/lib/libldns/Makefile
+++ b/lib/libldns/Makefile
@@ -12,11 +12,12 @@ CFLAGS+= -I${LDNSDIR}
SRCS= buffer.c dane.c dname.c dnssec.c dnssec_sign.c dnssec_verify.c \
dnssec_zone.c duration.c error.c higher.c host2str.c host2wire.c \
- keys.c net.c packet.c parse.c rbtree.c rdata.c resolver.c rr.c \
- rr_functions.c sha1.c sha2.c str2host.c tsig.c update.c util.c \
+ keys.c net.c packet.c parse.c radix.c rbtree.c rdata.c resolver.c \
+ rr.c rr_functions.c sha1.c sha2.c str2host.c tsig.c update.c util.c \
wire2host.c zone.c
-SRCS+= b32_ntop.c b32_pton.c b64_ntop.c b64_pton.c
+#SRCS+= b32_ntop.c b32_pton.c b64_ntop.c b64_pton.c
+SRCS+= b64_ntop.c b64_pton.c
DPADD+= ${LIBCRYPTO}
LDADD+= -lcrypto