From 2c1279f454124c9921bce7005b3bc8296c9fc4aa Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 7 Jul 2010 13:40:48 +0200 Subject: s3-build: some makefile cosmetics. Guenther --- source3/wscript_build | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'source3/wscript_build') diff --git a/source3/wscript_build b/source3/wscript_build index 337b840075..e231a4100e 100644 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -62,6 +62,9 @@ LIBNDR_GEN_SRC0 = '''../librpc/gen_ndr/ndr_samr.c LIBNDR_NETLOGON_SRC = '''../librpc/gen_ndr/ndr_netlogon.c ../librpc/ndr/ndr_netlogon.c''' +LIBNDR_SCHANNEL_SRC = '''../librpc/gen_ndr/ndr_schannel.c + ../librpc/ndr/ndr_schannel.c''' + LIBNDR_SPOOLSS_SRC = '''../librpc/gen_ndr/ndr_spoolss.c ../librpc/ndr/ndr_spoolss_buf.c''' @@ -255,8 +258,7 @@ TLDAP_SRC = '''lib/tldap.c lib/tldap_util.c lib/util_tsock.c''' SCHANNEL_SRC = '''../libcli/auth/credentials.c ../libcli/auth/schannel_sign.c ../libcli/auth/schannel_state_tdb.c - ../librpc/gen_ndr/ndr_schannel.c - ../librpc/ndr/ndr_schannel.c''' + ${LIBNDR_SCHANNEL_SRC}''' LIBSMB_SRC = '''libsmb/clientgen.c libsmb/cliconnect.c libsmb/clifile.c libsmb/clikrb5.c libsmb/clispnego.c -- cgit