summaryrefslogtreecommitdiff
path: root/source3/libaddns
diff options
context:
space:
mode:
Diffstat (limited to 'source3/libaddns')
-rw-r--r--source3/libaddns/wscript_build7
1 files changed, 7 insertions, 0 deletions
diff --git a/source3/libaddns/wscript_build b/source3/libaddns/wscript_build
new file mode 100644
index 0000000000..63d766140a
--- /dev/null
+++ b/source3/libaddns/wscript_build
@@ -0,0 +1,7 @@
+#!/usr/bin/env python
+
+bld.SAMBA_LIBRARY('libaddns',
+ source='dnsrecord.c dnsutils.c dnssock.c dnsgss.c dnsmarshall.c',
+ public_deps='talloc krb5 k5crypto com_err gssapi gssapi_krb5',
+ private_library=True,
+ vars=locals())