From 9df126d324618ae44ec32da4ebcd5b2c566cf72c Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 19 Nov 2010 13:34:18 +0100 Subject: libaddns: add dns_errstr(). Guenther --- source3/libaddns/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/libaddns/wscript_build') diff --git a/source3/libaddns/wscript_build b/source3/libaddns/wscript_build index 63d766140a..c4c83a9009 100644 --- a/source3/libaddns/wscript_build +++ b/source3/libaddns/wscript_build @@ -1,7 +1,7 @@ #!/usr/bin/env python bld.SAMBA_LIBRARY('libaddns', - source='dnsrecord.c dnsutils.c dnssock.c dnsgss.c dnsmarshall.c', + source='dnsrecord.c dnsutils.c dnssock.c dnsgss.c dnsmarshall.c error.c', public_deps='talloc krb5 k5crypto com_err gssapi gssapi_krb5', private_library=True, vars=locals()) -- cgit