summaryrefslogtreecommitdiff
path: root/source4/lib/com/wscript_build
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-03-17 17:20:19 +1100
committerAndrew Tridgell <tridge@samba.org>2010-04-06 20:26:51 +1000
commite9ef5cb091e7861295692dbedefc1761c2eccf87 (patch)
tree54a714d9283561ecf4788a069712294d553ca04b /source4/lib/com/wscript_build
parent2501364eebce96cf3925410fcbe0e3a84d634175 (diff)
downloadsamba-e9ef5cb091e7861295692dbedefc1761c2eccf87.tar.gz
samba-e9ef5cb091e7861295692dbedefc1761c2eccf87.tar.bz2
samba-e9ef5cb091e7861295692dbedefc1761c2eccf87.zip
build: enable com library
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
)