diff options
author | Stefan Metzmacher <metze@samba.org> | 2008-11-16 16:19:58 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2008-11-16 16:21:25 +0100 |
commit | 45cf68ce8f9426757c37a8352f9d9104be814407 (patch) | |
tree | a13d69f4592dda56088784cf3eefa712ffd52b8e /source4/torture/smb2 | |
parent | e711d7615797c48650bc8159928ab00a68055a6e (diff) | |
download | samba-45cf68ce8f9426757c37a8352f9d9104be814407.tar.gz samba-45cf68ce8f9426757c37a8352f9d9104be814407.tar.bz2 samba-45cf68ce8f9426757c37a8352f9d9104be814407.zip |
s4:torture: fix the build with auto dependencies
metze
Diffstat (limited to 'source4/torture/smb2')
-rw-r--r-- | source4/torture/smb2/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/smb2/config.mk b/source4/torture/smb2/config.mk index 9785303629..3a1ac5e06c 100644 --- a/source4/torture/smb2/config.mk +++ b/source4/torture/smb2/config.mk @@ -5,7 +5,7 @@ SUBSYSTEM = smbtorture INIT_FUNCTION = torture_smb2_init PRIVATE_DEPENDENCIES = \ - LIBCLI_SMB2 POPT_CREDENTIALS + LIBCLI_SMB2 POPT_CREDENTIALS torture # End SUBSYSTEM TORTURE_SMB2 ################################# |