Author: jelmer
Date: 2005-09-19 23:10:28 +0000 (Mon, 19 Sep 2005)
New Revision: 10332

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=10332

Log:
Fix the build - messaging uses UNIX_PRIVS

Modified:
   branches/SAMBA_4_0/source/lib/messaging/config.mk


Changeset:
Modified: branches/SAMBA_4_0/source/lib/messaging/config.mk
===================================================================
--- branches/SAMBA_4_0/source/lib/messaging/config.mk   2005-09-19 23:07:59 UTC 
(rev 10331)
+++ branches/SAMBA_4_0/source/lib/messaging/config.mk   2005-09-19 23:10:28 UTC 
(rev 10332)
@@ -6,6 +6,7 @@
                lib/messaging/messaging.o
 NOPROTO = YES
 REQUIRED_SUBSYSTEMS = \
-               NDR_IRPC
+               NDR_IRPC \
+               UNIX_PRIVS
 # End SUBSYSTEM MESSAGING
 ################################################

Reply via email to