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 c4c83a9009..24f8c74ced 100644
--- a/source3/libaddns/wscript_build
+++ b/source3/libaddns/wscript_build
@@ -1,6 +1,6 @@
#!/usr/bin/env python
-bld.SAMBA_LIBRARY('libaddns',
+bld.SAMBA_LIBRARY('addns',
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,