diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-03-06 23:28:18 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:52:21 -0500 |
commit | ba564a901e519b0f2cf2b7651bd260f618506b5c (patch) | |
tree | a898ee789be671abe8ca6039d90a419f3fe39149 /source4/auth/ntlmssp | |
parent | c389883ba2c93dfc11ac410a952f42f1065057d2 (diff) | |
download | samba-ba564a901e519b0f2cf2b7651bd260f618506b5c.tar.gz samba-ba564a901e519b0f2cf2b7651bd260f618506b5c.tar.bz2 samba-ba564a901e519b0f2cf2b7651bd260f618506b5c.zip |
r13903: Don't generate prototypes for modules and binaries in include/proto.h by
default.
(This used to be commit c80a8f1102caf744b66c13bebde38fba74983dc4)
Diffstat (limited to 'source4/auth/ntlmssp')
-rw-r--r-- | source4/auth/ntlmssp/config.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/auth/ntlmssp/config.mk b/source4/auth/ntlmssp/config.mk index d10c98c838..32b917e4ce 100644 --- a/source4/auth/ntlmssp/config.mk +++ b/source4/auth/ntlmssp/config.mk @@ -2,11 +2,12 @@ # Start MODULE gensec_ntlmssp [MODULE::gensec_ntlmssp] SUBSYSTEM = GENSEC +NOPROTO = NO INIT_FUNCTION = gensec_ntlmssp_init OBJ_FILES = ntlmssp.o \ - ntlmssp_parse.o \ ntlmssp_sign.o \ ntlmssp_client.o \ + ntlmssp_parse.o \ ntlmssp_server.o REQUIRED_SUBSYSTEMS = AUTH # End MODULE gensec_ntlmssp |