diff options
author | Günther Deschner <gd@samba.org> | 2010-07-07 13:40:48 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-07-07 13:51:29 +0200 |
commit | 2c1279f454124c9921bce7005b3bc8296c9fc4aa (patch) | |
tree | 97609b18a98d90524b5254ced2f872f9c7a3d919 /source3/wscript_build | |
parent | 2356496ac6490aa82d37b8d9436d6d40979d2e80 (diff) | |
download | samba-2c1279f454124c9921bce7005b3bc8296c9fc4aa.tar.gz samba-2c1279f454124c9921bce7005b3bc8296c9fc4aa.tar.xz samba-2c1279f454124c9921bce7005b3bc8296c9fc4aa.zip |
s3-build: some makefile cosmetics.
Guenther
Diffstat (limited to 'source3/wscript_build')
-rw-r--r-- | source3/wscript_build | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index 337b840075c..e231a4100e1 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 |