From 7f65f77b4dfb5ee124992a34db4a92be4d728fb0 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 8 Apr 2010 22:46:02 +0200 Subject: Update waf build. --- source4/utils/net/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/utils/net/wscript_build b/source4/utils/net/wscript_build index 7c7e6ad4cb..4464442f3a 100644 --- a/source4/utils/net/wscript_build +++ b/source4/utils/net/wscript_build @@ -10,7 +10,7 @@ bld.SAMBA_MODULE('net_drs', bld.SAMBA_BINARY('net', - source='net.c net_machinepw.c net_password.c net_time.c net_join.c net_vampire.c net_user.c net_export_keytab.c', + source='net.c net_machinepw.c net_password.c net_time.c net_join.c net_vampire.c net_user.c', autoproto='net_proto.h', installdir='BINDIR', deps='LIBSAMBA-HOSTCONFIG LIBSAMBA-UTIL LIBSAMBA-NET popt POPT_SAMBA POPT_CREDENTIALS net_drs', -- cgit