From d1be71f1e0f5df19f978eecd8a2b96ab3cae44e0 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 12 Aug 2010 17:04:12 +0200 Subject: s3-waf: separate out libads_printer. Guenther --- source3/wscript_build | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'source3') diff --git a/source3/wscript_build b/source3/wscript_build index 0f320b3a56..68875deb47 100644 --- 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}''' -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 @@ -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_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''' @@ -760,7 +762,7 @@ SMBD_SRC_BASE = '''${SMBD_SRC_SRV} ${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} -- cgit