diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-02-25 23:09:56 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-02-25 23:09:56 +0100 |
commit | f112578843bcc757bf0b2ee56d8bd8d318b53610 (patch) | |
tree | e361f219b349803aea2a17b150c52485d2f51bfd /source4/auth/gensec | |
parent | be68e484c3d370ff0b66a78169706d930fe8bccf (diff) | |
download | samba-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/gensec')
-rw-r--r-- | source4/auth/gensec/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/gensec/config.mk b/source4/auth/gensec/config.mk index 9aab2c704e..814ffbc1c0 100644 --- a/source4/auth/gensec/config.mk +++ b/source4/auth/gensec/config.mk @@ -5,7 +5,7 @@ PC_FILE = gensec.pc VERSION = 0.0.1 SO_VERSION = 0 PUBLIC_HEADERS = gensec.h spnego.h -PUBLIC_PROTO_HEADER = gensec_proto.h +PRIVATE_PROTO_HEADER = gensec_proto.h OBJ_FILES = gensec.o socket.o PUBLIC_DEPENDENCIES = \ CREDENTIALS LIBSAMBA-UTIL LIBCRYPTO ASN1_UTIL samba-socket LIBPACKET |