diff options
author | Günther Deschner <gd@samba.org> | 2010-09-10 11:28:38 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-09-10 11:29:20 +0200 |
commit | 32a1b21f1c65589a142919f85cf78ece169d3d92 (patch) | |
tree | 14ef78695c8151cae5e83a01c8ce46579e747d0d | |
parent | a1392ee9a04765d849e1d297fb5f156ad169afd0 (diff) | |
download | samba-32a1b21f1c65589a142919f85cf78ece169d3d92.tar.gz samba-32a1b21f1c65589a142919f85cf78ece169d3d92.tar.bz2 samba-32a1b21f1c65589a142919f85cf78ece169d3d92.zip |
s3-waf: only link LIBNDR_XATTR_SRC where needed.
Guenther
-rw-r--r-- | source3/wscript_build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index 515cc3b75f..4e03b74707 100644 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -149,7 +149,6 @@ LIBNDR_GEN_SRC = '''../librpc/gen_ndr/ndr_wkssvc.c ../librpc/gen_ndr/ndr_eventlog.c ${LIBNDR_NETLOGON_SRC} ../librpc/gen_ndr/ndr_dssetup.c - ${LIBNDR_XATTR_SRC} ../librpc/gen_ndr/ndr_epmapper.c ../librpc/gen_ndr/ndr_ntsvcs.c ${LIBNDR_SPOOLSS_SRC}''' @@ -810,7 +809,8 @@ SMBD_SRC_BASE = '''${SMBD_SRC_SRV} rpc_client/init_netlogon.c rpc_client/init_samr.c ${AUTH_SRC} - ${PRIVILEGES_BASIC_SRC}''' + ${PRIVILEGES_BASIC_SRC} + ${LIBNDR_XATTR_SRC}''' PRINTING_SRC = '''printing/pcap.c printing/print_svid.c printing/print_aix.c printing/print_cups.c printing/print_generic.c |