summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-07-07 13:40:48 +0200
committerGünther Deschner <gd@samba.org>2010-07-07 13:51:29 +0200
commit2c1279f454124c9921bce7005b3bc8296c9fc4aa (patch)
tree97609b18a98d90524b5254ced2f872f9c7a3d919 /source3/wscript_build
parent2356496ac6490aa82d37b8d9436d6d40979d2e80 (diff)
downloadsamba-2c1279f454124c9921bce7005b3bc8296c9fc4aa.tar.gz
samba-2c1279f454124c9921bce7005b3bc8296c9fc4aa.tar.bz2
samba-2c1279f454124c9921bce7005b3bc8296c9fc4aa.zip
s3-build: some makefile cosmetics.
Guenther
Diffstat (limited to 'source3/wscript_build')
-rw-r--r--source3/wscript_build6
1 files changed, 4 insertions, 2 deletions
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