git.samba.org
/
amitay
/
samba.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
b0343b2
)
s3-waf: separate out libads_printer.
author
Günther Deschner
<gd@samba.org>
Thu, 12 Aug 2010 15:04:12 +0000
(17:04 +0200)
committer
Günther Deschner
<gd@samba.org>
Fri, 13 Aug 2010 10:01:58 +0000
(12:01 +0200)
Guenther
source3/wscript_build
patch
|
blob
|
history
diff --git
a/source3/wscript_build
b/source3/wscript_build
index 0f320b3a56ce280e4f7669f621afb5fb924cd575..68875deb47f9d6422adaa47dc00868b195f56de0 100644
(file)
--- a/
source3/wscript_build
+++ b/
source3/wscript_build
@@
-203,7
+203,7
@@
LIBGPO_SRC0 = '''../libgpo/gpo_ldap.c ../libgpo/gpo_ini.c ../libgpo/gpo_util.c
${GPEXT_SRC}'''
LIBGPO_SRC = '''${LIBGPO_SRC0}'''
${GPEXT_SRC}'''
LIBGPO_SRC = '''${LIBGPO_SRC0}'''
-LIBADS_SRC = '''libads/ldap.c
libads/ldap_printer.c
+LIBADS_SRC = '''libads/ldap.c
libads/sasl.c libads/sasl_wrapping.c
libads/krb5_setpw.c
libads/kerberos_util.c
libads/sasl.c libads/sasl_wrapping.c
libads/krb5_setpw.c
libads/kerberos_util.c
@@
-212,6
+212,8
@@
LIBADS_SRC = '''libads/ldap.c libads/ldap_printer.c
libads/disp_sec.c libads/ads_utils.c libads/ldap_utils.c
libads/ldap_schema.c libads/util.c libads/ndr.c'''
libads/disp_sec.c libads/ads_utils.c libads/ldap_utils.c
libads/ldap_schema.c libads/util.c libads/ndr.c'''
+LIBADS_PRINTER_SRC = '''libads/ldap_printer.c'''
+
LIBADS_SERVER_SRC = '''libads/kerberos_verify.c libads/authdata.c
../librpc/ndr/ndr_krb5pac.c
../librpc/gen_ndr/ndr_krb5pac.c'''
LIBADS_SERVER_SRC = '''libads/kerberos_verify.c libads/authdata.c
../librpc/ndr/ndr_krb5pac.c
../librpc/gen_ndr/ndr_krb5pac.c'''
@@
-760,7
+762,7
@@
SMBD_SRC_BASE = '''${SMBD_SRC_SRV}
${OPLOCK_SRC} ${NOTIFY_SRC} ${FNAME_UTIL_SRC}
${LIBMSRPC_SRC}
${LIBMSRPC_GEN_SRC} ${LIBADS_SRC}
${OPLOCK_SRC} ${NOTIFY_SRC} ${FNAME_UTIL_SRC}
${LIBMSRPC_SRC}
${LIBMSRPC_GEN_SRC} ${LIBADS_SRC}
- ${LIBADS_SERVER_SRC} ${REG_FULL_SRC}
+ ${LIBADS_SERVER_SRC} ${
LIBADS_PRINTER_SRC} ${
REG_FULL_SRC}
${BUILDOPT_SRC}
${LIBNET_SRC} ${LIBSMBCONF_SRC}
${RPC_LSA_SRC}
${BUILDOPT_SRC}
${LIBNET_SRC} ${LIBSMBCONF_SRC}
${RPC_LSA_SRC}