1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
# AUTOGENERATED by mktowscript.pl from ../../source4/lib/com/config.mk
# Please remove this notice if hand editing
bld.SAMBA_SUBSYSTEM('COM',
source='tables.c rot.c main.c',
deps='LIBSAMBA-UTIL LIBSAMBA-HOSTCONFIG LIBEVENTS LIBNDR',
enabled=False
)
bld.SAMBA_SUBSYSTEM('DCOM',
source='main.c tables.c',
public_deps='COM DCOM_PROXY_DCOM RPC_NDR_REMACT RPC_NDR_OXIDRESOLVER',
enabled=False
)
bld.SAMBA_MODULE('com_simple',
source='classes/simple.c',
subsystem='COM',
init_function='com_simple_init',
enabled=False
)
bld.SAMBA_PYTHON('pycom',
source='pycom.c',
deps='COM',
realname='samba/com.so',
enabled=False
)
|