s3-waf: Create a target for RPC_SOCK_HELPER.
authorAndreas Schneider <asn@samba.org>
Wed, 23 Oct 2013 08:36:57 +0000 (10:36 +0200)
committerStefan Metzmacher <metze@samba.org>
Tue, 29 Oct 2013 14:46:06 +0000 (15:46 +0100)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
source3/rpc_server/wscript_build

index 3ed6d37f26943b68aa2764dd3ac63cf88a2498dd..c30852a75a0b1413c472015927a56ffb5fa87a37 100755 (executable)
@@ -30,7 +30,7 @@ bld.SAMBA3_SUBSYSTEM('SRV_ACCESS_CHECK',
                     deps='samba-util')
 
 bld.SAMBA3_SUBSYSTEM('RPC_SERVER',
-                    source='srv_pipe_hnd.c srv_pipe.c rpc_sock_helper.c',
+                    source='srv_pipe_hnd.c srv_pipe.c',
                     deps='''
                     RPC_CONFIG
                     RPC_NCACN_NP
@@ -149,10 +149,14 @@ bld.SAMBA3_SUBSYSTEM('RPC_SERVICE',
                     ''')
 
 # RPC_DAEMONS
+bld.SAMBA3_SUBSYSTEM('RPC_SOCK_HELPER',
+                    source='rpc_sock_helper.c',
+                    deps='RPC_SERVER_REGISTER')
+
 bld.SAMBA3_SUBSYSTEM('EPMD',
                     source='epmd.c',
                     deps='samba-util')
 
 bld.SAMBA3_SUBSYSTEM('LSASD',
                     source='lsasd.c',
-                    deps='samba-util')
+                    deps='RPC_SOCK_HELPER samba-util')