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

################################################
# Start SUBSYSTEM MESSAGING
[SUBSYSTEM::MESSAGING]
OBJ_FILES = \
		messaging.o
PUBLIC_DEPENDENCIES = \
		LIBSAMBA-UTIL \
		DB_WRAP \
		NDR_IRPC \
		UNIX_PRIVS \
		UTIL_TDB \
		CLUSTER
# End SUBSYSTEM MESSAGING
################################################