diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-11-27 02:04:38 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:46:18 +0100 |
commit | 0ac6bffdf46003517127fbd9763f74e09e96c21a (patch) | |
tree | 40b0a1883a8864f4041fd6493e5acb6c5241cc53 /source4/auth/ntlmssp | |
parent | 25143a26481e735c46c61aa3673eb4858a7819be (diff) | |
download | samba-0ac6bffdf46003517127fbd9763f74e09e96c21a.tar.gz samba-0ac6bffdf46003517127fbd9763f74e09e96c21a.tar.bz2 samba-0ac6bffdf46003517127fbd9763f74e09e96c21a.zip |
r26136: Attempt to fix dependencies for auth.
(This used to be commit abf2600a044cdbab6c5d7880d18217bff3d15c39)
Diffstat (limited to 'source4/auth/ntlmssp')
-rw-r--r-- | source4/auth/ntlmssp/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/ntlmssp/config.mk b/source4/auth/ntlmssp/config.mk index 9ef3ee9623..cb51dc9fa1 100644 --- a/source4/auth/ntlmssp/config.mk +++ b/source4/auth/ntlmssp/config.mk @@ -12,7 +12,7 @@ OBJ_FILES = ntlmssp.o \ ntlmssp_sign.o \ ntlmssp_client.o \ ntlmssp_server.o -PRIVATE_DEPENDENCIES = auth MSRPC_PARSE +PRIVATE_DEPENDENCIES = MSRPC_PARSE OUTPUT_TYPE = INTEGRATED # End MODULE gensec_ntlmssp ################################################ |