diff options
author | Günther Deschner <gd@samba.org> | 2011-01-12 12:12:32 +0100 |
---|---|---|
committer | Andreas Schneider <asn@samba.org> | 2011-01-13 14:09:38 +0100 |
commit | aa4efa154f9f7b2d152a99f822c3970f3b736705 (patch) | |
tree | fe23117611b8568f78caffb8c1dba58658bcdd98 /source3 | |
parent | 9a9ee03ae8331e81281c12b159df1dd66b5cc851 (diff) | |
download | samba-aa4efa154f9f7b2d152a99f822c3970f3b736705.tar.gz samba-aa4efa154f9f7b2d152a99f822c3970f3b736705.tar.bz2 samba-aa4efa154f9f7b2d152a99f822c3970f3b736705.zip |
s3-build: remove RPCCLI_NETLOGON subsystem.
Guenther
Signed-off-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source3')
-rw-r--r-- | source3/Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 92b822820c..00e34ef617 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -381,8 +381,7 @@ LIBCLI_SAMR_OBJ = librpc/gen_ndr/cli_samr.o \ librpc/gen_ndr/ndr_samr_c.o \ rpc_client/cli_samr.o -LIBCLI_NETLOGON_OBJ = librpc/gen_ndr/cli_netlogon.o \ - librpc/gen_ndr/ndr_netlogon_c.o \ +LIBCLI_NETLOGON_OBJ = librpc/gen_ndr/ndr_netlogon_c.o \ rpc_client/cli_netlogon.o LIBCLI_EPMAPPER_OBJ = librpc/gen_ndr/ndr_epmapper_c.o |