diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-03-07 12:08:58 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:52:26 -0500 |
commit | 9bd7dd912124d8ffda6f9967d6ba358c16be2aa0 (patch) | |
tree | 7e3f167959a2fad63ee71dbf424b1d40c2ba0c5f /source4/auth/kerberos | |
parent | 0350f6f0609bd7463f15a5f8d7249446dffd357b (diff) | |
download | samba-9bd7dd912124d8ffda6f9967d6ba358c16be2aa0.tar.gz samba-9bd7dd912124d8ffda6f9967d6ba358c16be2aa0.tar.bz2 samba-9bd7dd912124d8ffda6f9967d6ba358c16be2aa0.zip |
r13926: More header splitups.
(This used to be commit 930daa9f416ecba1d75b8ad46bb42e336545672f)
Diffstat (limited to 'source4/auth/kerberos')
-rw-r--r-- | source4/auth/kerberos/config.mk | 1 | ||||
-rw-r--r-- | source4/auth/kerberos/kerberos.h | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/source4/auth/kerberos/config.mk b/source4/auth/kerberos/config.mk index ebd527c74b..dbab322511 100644 --- a/source4/auth/kerberos/config.mk +++ b/source4/auth/kerberos/config.mk @@ -1,6 +1,7 @@ ################################# # Start SUBSYSTEM KERBEROS [SUBSYSTEM::KERBEROS] +PRIVATE_PROTO_HEADER = proto.h OBJ_FILES = kerberos.o \ clikrb5.o \ kerberos_verify.o \ diff --git a/source4/auth/kerberos/kerberos.h b/source4/auth/kerberos/kerberos.h index f070c25e0e..2408291a48 100644 --- a/source4/auth/kerberos/kerberos.h +++ b/source4/auth/kerberos/kerberos.h @@ -163,5 +163,7 @@ NTSTATUS kerberos_decode_pac(TALLOC_CTX *mem_ctx, gss_cred_id_t gssapi_cred, enum credentials_obtained obtained); +#include "auth/kerberos/proto.h" + #endif /* HAVE_KRB5 */ |