summaryrefslogtreecommitdiff
path: root/source3/libaddns/wscript_build
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-11-19 13:34:18 +0100
committerGünther Deschner <gd@samba.org>2010-11-22 11:25:18 +0100
commit9df126d324618ae44ec32da4ebcd5b2c566cf72c (patch)
treeba1162f960a85b1e688c31527c79e73a12ca70a1 /source3/libaddns/wscript_build
parentf28b2073b8ca119605658244d5be00542ad47223 (diff)
downloadsamba-9df126d324618ae44ec32da4ebcd5b2c566cf72c.tar.gz
samba-9df126d324618ae44ec32da4ebcd5b2c566cf72c.tar.bz2
samba-9df126d324618ae44ec32da4ebcd5b2c566cf72c.zip
libaddns: add dns_errstr().
Guenther
Diffstat (limited to 'source3/libaddns/wscript_build')
-rw-r--r--source3/libaddns/wscript_build2
1 files changed, 1 insertions, 1 deletions
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())