mirror of
https://github.com/samba-team/samba.git
synced 2025-11-18 00:23:50 +03:00
This allows Samba libraries to be used by other projects (and parts of Samba to be built as shared libraries).
18 lines
314 B
Makefile
18 lines
314 B
Makefile
[SUBSYSTEM::COM]
|
|
OBJ_FILES = \
|
|
tables.o \
|
|
rot.o \
|
|
main.o
|
|
|
|
[SUBSYSTEM::DCOM]
|
|
OBJ_FILES = \
|
|
dcom/main.o \
|
|
dcom/tables.o
|
|
REQUIRED_SUBSYSTEMS = COM DCOM_PROXY_DCOM RPC_NDR_REMACT \
|
|
RPC_NDR_OXIDRESOLVER
|
|
|
|
[MODULE::com_simple]
|
|
SUBSYSTEM = COM
|
|
OBJ_FILES = classes/simple.o
|
|
INIT_FUNCTION = com_simple_init
|