Move keytab_copy to krb5samba lib
[vlendec/samba-autobuild/.git] / lib / krb5_wrap / wscript_build
index c5858198344a487576ad706d5032439174dfef32..2a61f5633fbdd0779ef5d61d7ca095d6dc0e683e 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/env python
 
 bld.SAMBA_LIBRARY('krb5samba',
-                  source='krb5_samba.c',
+                  source='krb5_samba.c keytab_util.c',
                   deps='samba-util asn1util talloc krb5 com_err',
                  private_library=True
                  )