1
0
mirror of https://github.com/samba-team/samba.git synced 2025-10-29 04:23:51 +03:00

r10332: Fix the build - messaging uses UNIX_PRIVS

This commit is contained in:
Jelmer Vernooij
2005-09-19 23:10:28 +00:00
committed by Gerald (Jerry) Carter
parent 4bffe44359
commit df4a923c64

View File

@@ -6,6 +6,7 @@ INIT_OBJ_FILES = \
lib/messaging/messaging.o
NOPROTO = YES
REQUIRED_SUBSYSTEMS = \
NDR_IRPC
NDR_IRPC \
UNIX_PRIVS
# End SUBSYSTEM MESSAGING
################################################