mirror of
https://github.com/samba-team/samba.git
synced 2025-01-17 02:05:21 +03:00
184955ffd7
subsystems in case a library doesn't make sense. (This used to be commit ed382873fd01457a53e0a1e1f5ba6753dfbc0646)
24 lines
439 B
Makefile
24 lines
439 B
Makefile
[LIBRARY::com]
|
|
VERSION = 0.0.1
|
|
SO_VERSION = 0
|
|
PRIVATE_PROTO_HEADER = proto.h
|
|
OBJ_FILES = \
|
|
tables.o \
|
|
rot.o \
|
|
main.o
|
|
|
|
[LIBRARY::dcom]
|
|
VERSION = 0.0.1
|
|
SO_VERSION = 0
|
|
PRIVATE_PROTO_HEADER = dcom/proto.h
|
|
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
|