diff options
author | Günther Deschner <gd@samba.org> | 2011-01-12 22:55:43 +0100 |
---|---|---|
committer | Andreas Schneider <asn@samba.org> | 2011-01-13 15:06:36 +0100 |
commit | a556896d1e2c79c39e95f0903fb365fe3a308a2c (patch) | |
tree | a9a2117eba95a35805023b5e87dcd47f1ead59d5 /source3 | |
parent | 2e54b01bde9af9df1a00a7b3df5cf6270b3fe56a (diff) | |
download | samba-a556896d1e2c79c39e95f0903fb365fe3a308a2c.tar.gz samba-a556896d1e2c79c39e95f0903fb365fe3a308a2c.tar.bz2 samba-a556896d1e2c79c39e95f0903fb365fe3a308a2c.zip |
s3-build: remove RPCCLI_WINREG subsystem.
Guenther
Signed-off-by: Andreas Schneider <asn@samba.org>
Autobuild-User: Andreas Schneider <asn@samba.org>
Autobuild-Date: Thu Jan 13 15:06:36 CET 2011 on sn-devel-104
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 567858a22d..dd719a1766 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -349,8 +349,7 @@ LIBCLI_SPOOLSS_OBJ = librpc/gen_ndr/cli_spoolss.o \ LIBCLI_EVENTLOG_OBJ = librpc/gen_ndr/ndr_eventlog_c.o -LIBCLI_WINREG_OBJ = librpc/gen_ndr/cli_winreg.o \ - librpc/gen_ndr/ndr_winreg_c.o +LIBCLI_WINREG_OBJ = librpc/gen_ndr/ndr_winreg_c.o LIBCLI_NTSVCS_OBJ = librpc/gen_ndr/ndr_ntsvcs_c.o |