diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-03-16 17:51:04 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:57:31 -0500 |
commit | 83d8fd3dcfb326354173b585905c4438405d2a74 (patch) | |
tree | 0e89229c1774e75074d799b58f5f7057e3f7027c /source4/auth/credentials | |
parent | 3709d6b8e33496fee568035b09f49c8ef907a3ef (diff) | |
download | samba-83d8fd3dcfb326354173b585905c4438405d2a74.tar.gz samba-83d8fd3dcfb326354173b585905c4438405d2a74.tar.bz2 samba-83d8fd3dcfb326354173b585905c4438405d2a74.zip |
r14484: Install more headers
(This used to be commit 430c6516d383bfd7f27287394bf8eef9f174b3e6)
Diffstat (limited to 'source4/auth/credentials')
-rw-r--r-- | source4/auth/credentials/config.mk | 3 | ||||
-rw-r--r-- | source4/auth/credentials/credentials.h | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/source4/auth/credentials/config.mk b/source4/auth/credentials/config.mk index 586add9c14..dbf20156fa 100644 --- a/source4/auth/credentials/config.mk +++ b/source4/auth/credentials/config.mk @@ -1,7 +1,8 @@ ################################# # Start SUBSYSTEM gensec [SUBSYSTEM::CREDENTIALS] -PRIVATE_PROTO_HEADER = credentials_proto.h +PUBLIC_PROTO_HEADER = credentials_proto.h +PUBLIC_HEADERS = credentials.h OBJ_FILES = credentials.o \ credentials_files.o \ credentials_krb5.o \ diff --git a/source4/auth/credentials/credentials.h b/source4/auth/credentials/credentials.h index 58d393f762..2e9d77ccae 100644 --- a/source4/auth/credentials/credentials.h +++ b/source4/auth/credentials/credentials.h @@ -23,6 +23,8 @@ #ifndef __CREDENTIALS_H__ #define __CREDENTIALS_H__ +#include "librpc/gen_ndr/misc.h" + struct ccache_container; /* In order of priority */ |