summaryrefslogtreecommitdiff
path: root/source4/auth/config.mk
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-02-25 23:09:56 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-02-25 23:09:56 +0100
commitf112578843bcc757bf0b2ee56d8bd8d318b53610 (patch)
treee361f219b349803aea2a17b150c52485d2f51bfd /source4/auth/config.mk
parentbe68e484c3d370ff0b66a78169706d930fe8bccf (diff)
downloadsamba-f112578843bcc757bf0b2ee56d8bd8d318b53610.tar.gz
samba-f112578843bcc757bf0b2ee56d8bd8d318b53610.tar.bz2
samba-f112578843bcc757bf0b2ee56d8bd8d318b53610.zip
Remove public prototype headers. Generating both public and private prototype headers is tricky with gmake and it's easy to break backwards compatibility for the public API with them.
(This used to be commit dee1cb6b08aa0a3e24372e052729121c11280971)
Diffstat (limited to 'source4/auth/config.mk')
-rw-r--r--source4/auth/config.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/source4/auth/config.mk b/source4/auth/config.mk
index 5b320bcf36..4263a10df7 100644
--- a/source4/auth/config.mk
+++ b/source4/auth/config.mk
@@ -7,12 +7,12 @@ mkinclude credentials/config.mk
[SUBSYSTEM::auth_session]
OBJ_FILES = session.o
PUBLIC_HEADERS = session.h
-PUBLIC_PROTO_HEADER = session_proto.h
+PRIVATE_PROTO_HEADER = session_proto.h
PUBLIC_DEPENDENCIES = CREDENTIALS
[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
#VERSION = 0.0.1
#SO_VERSION = 0
PUBLIC_HEADERS = auth.h
-PUBLIC_PROTO_HEADER = auth_proto.h
+PRIVATE_PROTO_HEADER = auth_proto.h
OBJ_FILES = \
auth.o \
auth_util.o \