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/param/config.mk | |
parent | be68e484c3d370ff0b66a78169706d930fe8bccf (diff) | |
download | samba-f112578843bcc757bf0b2ee56d8bd8d318b53610.tar.gz |
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/param/config.mk')
-rw-r--r-- | source4/param/config.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/param/config.mk b/source4/param/config.mk index c3f50b13fea..505e2f0af87 100644 --- a/source4/param/config.mk +++ b/source4/param/config.mk @@ -6,14 +6,14 @@ OBJ_FILES = loadparm.o \ ../lib/version.o PUBLIC_DEPENDENCIES = LIBSAMBA-UTIL PRIVATE_DEPENDENCIES = DYNCONFIG LIBREPLACE_EXT CHARSET -PUBLIC_PROTO_HEADER = proto.h +PRIVATE_PROTO_HEADER = proto.h PUBLIC_HEADERS = param.h ################################# # Start SUBSYSTEM share [SUBSYSTEM::share] PUBLIC_HEADERS = share.h -PUBLIC_PROTO_HEADER = share_proto.h +PRIVATE_PROTO_HEADER = share_proto.h OBJ_FILES = share.o PRIVATE_DEPENDENCIES = LIBSAMBA-UTIL # End SUBSYSTEM share |