diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-02-29 14:36:51 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-02-29 14:36:51 +0100 |
commit | 489f66cd422453c00afd14121fb61a41a6785249 (patch) | |
tree | 1a1e87be0531264f943920878180a79c9ffa3cc9 /source4/auth | |
parent | 21208d3303ec13056f706ee74132822a7dd2f36a (diff) | |
download | samba-489f66cd422453c00afd14121fb61a41a6785249.tar.gz samba-489f66cd422453c00afd14121fb61a41a6785249.tar.bz2 samba-489f66cd422453c00afd14121fb61a41a6785249.zip |
Change remaining prototype headers to be private.
(This used to be commit 2f7ff409e89c9682e681ddcf54439db9e3b6ccb4)
Diffstat (limited to 'source4/auth')
-rw-r--r-- | source4/auth/config.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source4/auth/config.mk b/source4/auth/config.mk index 7a6ca05ab4..369c5bb4e6 100644 --- a/source4/auth/config.mk +++ b/source4/auth/config.mk @@ -6,14 +6,14 @@ mkinclude credentials/config.mk [SUBSYSTEM::auth_session] OBJ_FILES = session.o -PUBLIC_PROTO_HEADER = session_proto.h +PRIVATE_PROTO_HEADER = session_proto.h PUBLIC_DEPENDENCIES = CREDENTIALS PUBLIC_HEADERS += auth/session.h [SUBSYSTEM::auth_system_session] OBJ_FILES = system_session.o -PUBLIC_PROTO_HEADER = system_session_proto.h +PRIVATE_PROTO_HEADER = system_session_proto.h PUBLIC_DEPENDENCIES = CREDENTIALS PRIVATE_DEPENDENCIES = auth_session LIBSAMBA-UTIL LIBSECURITY @@ -82,7 +82,7 @@ OBJ_FILES = pam_errors.o [SUBSYSTEM::auth] #VERSION = 0.0.1 #SO_VERSION = 0 -PUBLIC_PROTO_HEADER = auth_proto.h +PRIVATE_PROTO_HEADER = auth_proto.h OBJ_FILES = \ auth.o \ auth_util.o \ |