s3-waf: Fix build with lsasd.
authorAndreas Schneider <asn@samba.org>
Mon, 15 Aug 2011 11:25:37 +0000 (13:25 +0200)
committerSimo Sorce <idra@samba.org>
Sun, 21 Aug 2011 13:05:04 +0000 (09:05 -0400)
Signed-off-by: Andreas Schneider <asn@samba.org>
Signed-off-by: Simo Sorce <idra@samba.org>
source3/rpc_server/wscript_build
source3/wscript_build

index b15e3d1c6d16e74ed36058ea48d6217b9682691a..7c5b54a26a8767786c3bec7936faae3d767624c9 100755 (executable)
@@ -52,6 +52,10 @@ bld.SAMBA3_SUBSYSTEM('EPMD',
                     source='epmd.c',
                     deps='samba-util')
 
+bld.SAMBA3_SUBSYSTEM('LSASD',
+                    source='lsasd.c',
+                    deps='samba-util')
+
 bld.SAMBA3_SUBSYSTEM('SRV_ACCESS_CHECK',
                     source='srv_access_check.c',
                     deps='samba-util')
index 5a91e0421f0e37af70378af43a7f70345567c355..3d4e3b43ccb4e3c409043718214cae6ccfe9a9b6 100755 (executable)
@@ -1118,7 +1118,7 @@ bld.SAMBA3_SUBSYSTEM('INIT_SAMR',
 
 bld.SAMBA3_BINARY('smbd/smbd',
                  source='${SMBD_SRC_MAIN}',
-                 deps='smbd_base EPMD',
+                 deps='smbd_base EPMD LSASD',
                  install_path='${SBINDIR}',
                  vars=locals())