summaryrefslogtreecommitdiff
path: root/source3/libaddns/wscript_build
diff options
context:
space:
mode:
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())