s3-waf: fix pam dependencies of the RPC_SAMR server.
authorGünther Deschner <gd@samba.org>
Tue, 7 Dec 2010 10:49:57 +0000 (11:49 +0100)
committerGünther Deschner <gd@samba.org>
Tue, 7 Dec 2010 10:49:57 +0000 (11:49 +0100)
Guenther

source3/rpc_server/wscript_build
source3/wscript_build

index dc368bfd792336654b51d3812d3ada84f6f78721..c56a23476a47b058790dfb5d056c83e6d67e993d 100644 (file)
@@ -24,6 +24,7 @@ bld.SAMBA_SUBSYSTEM('rpc',
 
 bld.SAMBA_SUBSYSTEM('RPC_SAMR',
                     source=RPC_SAMR_SRC,
+                    deps='PLAINTEXT_AUTH',
                     vars=locals())
 
 bld.SAMBA_SUBSYSTEM('RPC_LSARPC',
index 876b4bec65c7c64c05c23f8fa4f9d99ec6ebc5bf..54df87638009dc65a7f21c5fb5bc0cb532413d43 100644 (file)
@@ -1035,6 +1035,7 @@ bld.SAMBA_SUBSYSTEM('SERVICES',
 
 bld.SAMBA_SUBSYSTEM('PLAINTEXT_AUTH',
                     source=PLAINTEXT_AUTH_SRC,
+                    deps='pam',
                     vars=locals())
 
 bld.SAMBA_SUBSYSTEM('SLCACHE',