diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-03-07 14:34:32 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:52:31 -0500 |
commit | f8fdbc967c774a1d62f87a534e4990d83ecc6b67 (patch) | |
tree | 108b74ae68e3b88592f1bcd0a98df46fdb7cfe27 /source4/lib/util | |
parent | 40de04329d604c7d5b3fe0a3ed9e034404575464 (diff) | |
download | samba-f8fdbc967c774a1d62f87a534e4990d83ecc6b67.tar.gz samba-f8fdbc967c774a1d62f87a534e4990d83ecc6b67.tar.xz samba-f8fdbc967c774a1d62f87a534e4990d83ecc6b67.zip |
r13944: Yet another round of splitups.
(This used to be commit f87debeb12cebd734b47314554ab671c9e06237e)
Diffstat (limited to 'source4/lib/util')
-rw-r--r-- | source4/lib/util/config.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source4/lib/util/config.mk b/source4/lib/util/config.mk index 0ab0b5f8094..2b2c440e4b6 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 |