summaryrefslogtreecommitdiffstats
path: root/libcli/auth/wscript_build
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2013-12-31 09:42:36 +0100
committerStefan Metzmacher <metze@samba.org>2014-01-07 00:27:11 +0100
commit616cd009955b1722e6749019e2c1cac8bbb94e52 (patch)
tree29d3834654dda13ecdafdc6554cb9c094914f5aa /libcli/auth/wscript_build
parent54b5b3067f5b7a0eb6dd9f1326c903f9fe4a5592 (diff)
downloadsamba-616cd009955b1722e6749019e2c1cac8bbb94e52.tar.gz
samba-616cd009955b1722e6749019e2c1cac8bbb94e52.tar.xz
samba-616cd009955b1722e6749019e2c1cac8bbb94e52.zip
auth/gensec: move libcli/auth/schannel_sign.c into schannel.c
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'libcli/auth/wscript_build')
-rwxr-xr-xlibcli/auth/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcli/auth/wscript_build b/libcli/auth/wscript_build
index df23058f6e..ca2be2d563 100755
--- a/libcli/auth/wscript_build
+++ b/libcli/auth/wscript_build
@@ -24,7 +24,7 @@ bld.SAMBA_SUBSYSTEM('LIBCLI_AUTH',
bld.SAMBA_SUBSYSTEM('COMMON_SCHANNEL',
- source='schannel_state_tdb.c schannel_sign.c',
+ source='schannel_state_tdb.c',
deps='dbwrap util_tdb samba-hostconfig NDR_NETLOGON'
)