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