build: enable com library
authorAndrew Tridgell <tridge@samba.org>
Wed, 17 Mar 2010 06:20:19 +0000 (17:20 +1100)
committerAndrew Tridgell <tridge@samba.org>
Tue, 6 Apr 2010 10:26:51 +0000 (20:26 +1000)
source4/lib/com/wscript_build

index 170fc9613926f8f5b2c676bfb8923698920e433d..4688c1a6562635cc7088c31be0eab9c3fa56471e 100644 (file)
@@ -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
        )