summaryrefslogtreecommitdiff
path: root/source4/lib/messaging/config.mk
blob: 2cba66f0a36b74e5496c77a8d264867d68439995 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

################################################
# Start SUBSYSTEM MESSAGING
[SUBSYSTEM::MESSAGING]
INIT_OBJ_FILES = \
		lib/messaging/messaging.o
# \
#		lib/messaging/msgutil.o
NOPROTO = YES
REQUIRED_SUBSYSTEMS = \
		NDR_IRPC \
		UNIX_PRIVS
# End SUBSYSTEM MESSAGING
################################################