diff options
author | Günther Deschner <gd@samba.org> | 2011-01-18 18:06:52 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-02-02 20:01:00 +0100 |
commit | ad15128d78065e56f1a2c630dd96cc4aa115d3d0 (patch) | |
tree | 7ce2e7b82a9e82fd243eb8b70a41f34bcd16079a /source3 | |
parent | 387d1543ed8ac16389ace7a09cb9a452e2d220db (diff) | |
download | samba-ad15128d78065e56f1a2c630dd96cc4aa115d3d0.tar.gz samba-ad15128d78065e56f1a2c630dd96cc4aa115d3d0.tar.bz2 samba-ad15128d78065e56f1a2c630dd96cc4aa115d3d0.zip |
s3-build: remove RPCCLI_LSA subsystem.
Guenther
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 5771f40532..09cd71315b 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -367,8 +367,7 @@ LIBCLI_WKSSVC_OBJ = librpc/gen_ndr/ndr_wkssvc_c.o LIBCLI_SRVSVC_OBJ = librpc/gen_ndr/ndr_srvsvc_c.o -LIBCLI_LSA_OBJ = librpc/gen_ndr/cli_lsa.o \ - librpc/gen_ndr/ndr_lsa_c.o \ +LIBCLI_LSA_OBJ = librpc/gen_ndr/ndr_lsa_c.o \ rpc_client/cli_lsarpc.o \ rpc_client/init_lsa.o |