mirror of
https://github.com/samba-team/samba.git
synced 2025-01-28 17:47:29 +03:00
71b4fd9792
(This used to be commit 9c37f847d32d2f327a88c53a90af0c73126b76be)
12 lines
254 B
Makefile
12 lines
254 B
Makefile
|
|
################################################
|
|
# Start SUBSYSTEM MESSAGING
|
|
[SUBSYSTEM::MESSAGING]
|
|
OBJ_FILES = \
|
|
messaging.o
|
|
REQUIRED_SUBSYSTEMS = \
|
|
NDR_IRPC \
|
|
UNIX_PRIVS
|
|
# End SUBSYSTEM MESSAGING
|
|
################################################
|