diff options
author | des <des@FreeBSD.org> | 2013-02-15 21:49:12 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2013-02-15 21:49:12 +0000 |
commit | d2c3957e3c25b7446a753e6981ee8e3af870e866 (patch) | |
tree | a08484c53617b571107c1a33e4ea1b64e436080f /lib | |
parent | 234a736bc910f18f9f7cbe9717404e82b0266902 (diff) | |
parent | f74854299bf12040fe9a53402b17420e988a96f6 (diff) | |
download | FreeBSD-src-d2c3957e3c25b7446a753e6981ee8e3af870e866.zip FreeBSD-src-d2c3957e3c25b7446a753e6981ee8e3af870e866.tar.gz |
Upgrade to 1.6.16
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libldns/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libldns/Makefile b/lib/libldns/Makefile index 268939e..c0b30b0 100644 --- a/lib/libldns/Makefile +++ b/lib/libldns/Makefile @@ -11,6 +11,7 @@ INTERNALLIB = true CFLAGS += -I${LDNSDIR} SRCS += buffer.c +SRCS += dane.c SRCS += dname.c SRCS += dnssec.c SRCS += dnssec_sign.c |