From ffc7434e2b58ea66b21a48c0d9b8ab02f9ded22a Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 7 Dec 2010 12:04:11 +0100 Subject: s3-waf: fix library names (we installed liblibsmbclient, etc.) Guenther --- source3/libaddns/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/libaddns') 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, -- cgit