summaryrefslogtreecommitdiff
path: root/source3/libaddns
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-11-19 13:33:06 +0100
committerGünther Deschner <gd@samba.org>2010-11-22 11:25:18 +0100
commitf28b2073b8ca119605658244d5be00542ad47223 (patch)
treea0fcc5eec2f687dd51089cf61092766ea2c50cc3 /source3/libaddns
parent2ac5cedb719d220db412d0bdc69e34bad9ab26f1 (diff)
downloadsamba-f28b2073b8ca119605658244d5be00542ad47223.tar.gz
samba-f28b2073b8ca119605658244d5be00542ad47223.tar.bz2
samba-f28b2073b8ca119605658244d5be00542ad47223.zip
s3-waf: move build rules into libaddns directory.
Guenther
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())