summaryrefslogtreecommitdiff
path: root/source4/lib/util/config.mk
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-03-07 14:34:32 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:52:31 -0500
commitf8fdbc967c774a1d62f87a534e4990d83ecc6b67 (patch)
tree108b74ae68e3b88592f1bcd0a98df46fdb7cfe27 /source4/lib/util/config.mk
parent40de04329d604c7d5b3fe0a3ed9e034404575464 (diff)
downloadsamba-f8fdbc967c774a1d62f87a534e4990d83ecc6b67.tar.gz
samba-f8fdbc967c774a1d62f87a534e4990d83ecc6b67.tar.bz2
samba-f8fdbc967c774a1d62f87a534e4990d83ecc6b67.zip
r13944: Yet another round of splitups.
(This used to be commit f87debeb12cebd734b47314554ab671c9e06237e)
Diffstat (limited to 'source4/lib/util/config.mk')
-rw-r--r--source4/lib/util/config.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/source4/lib/util/config.mk b/source4/lib/util/config.mk
index 0ab0b5f809..2b2c440e4b 100644
--- a/source4/lib/util/config.mk
+++ b/source4/lib/util/config.mk
@@ -3,7 +3,7 @@ MAJOR_VERSION = 0
MINOR_VERSION = 0
RELEASE_VERSION = 1
DESCRIPTION = Generic utility functions
-PRIVATE_PROTO_HEADER = util_proto.h
+PUBLIC_PROTO_HEADER = util_proto.h
PUBLIC_HEADERS = util.h \
byteorder.h \
debug.h \
@@ -39,7 +39,9 @@ REQUIRED_SUBSYSTEMS = \
LIBLDB
[SUBSYSTEM::PIDFILE]
+PRIVATE_PROTO_HEADER = pidfile.h
OBJ_FILES = pidfile.o
[SUBSYSTEM::UNIX_PRIVS]
+PRIVATE_PROTO_HEADER = unix_privs.h
OBJ_FILES = unix_privs.o