summaryrefslogtreecommitdiff
path: root/source4/lib/com/wscript_build
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/com/wscript_build')
-rw-r--r--source4/lib/com/wscript_build16
1 files changed, 4 insertions, 12 deletions
diff --git a/source4/lib/com/wscript_build b/source4/lib/com/wscript_build
index 170fc96139..4688c1a656 100644
--- a/source4/lib/com/wscript_build
+++ b/source4/lib/com/wscript_build
@@ -1,26 +1,19 @@
-# 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
+ deps='LIBSAMBA-UTIL LIBSAMBA-HOSTCONFIG LIBEVENTS LIBNDR'
)
bld.SAMBA_SUBSYSTEM('DCOM',
- source='main.c tables.c',
- public_deps='COM DCOM_PROXY_DCOM RPC_NDR_REMACT RPC_NDR_OXIDRESOLVER',
- enabled=False
+ source='dcom/main.c dcom/tables.c',
+ public_deps='COM DCOM_PROXY_DCOM RPC_NDR_REMACT RPC_NDR_OXIDRESOLVER'
)
bld.SAMBA_MODULE('com_simple',
source='classes/simple.c',
subsystem='COM',
- init_function='com_simple_init',
- enabled=False
+ init_function='com_simple_init'
)
@@ -28,6 +21,5 @@ bld.SAMBA_PYTHON('pycom',
source='pycom.c',
deps='COM',
realname='samba/com.so',
- enabled=False
)