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/param | |
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/param')
-rw-r--r-- | source4/param/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/param/config.mk b/source4/param/config.mk index aa75253b0e..f43c9d8a1b 100644 --- a/source4/param/config.mk +++ b/source4/param/config.mk @@ -6,7 +6,7 @@ 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/param.h |