summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-02-19 01:19:44 +0100
committerGünther Deschner <gd@samba.org>2008-02-19 01:29:14 +0100
commitd48f36819fe825de58f1e4feaab14a811ad53421 (patch)
treea15bd424ddfd3aedc62fcfbe3be5c312a71b67f0 /source3/Makefile.in
parent8db780ac8fc30df1e20e70d83a49365b74a10e0a (diff)
downloadsamba-d48f36819fe825de58f1e4feaab14a811ad53421.tar.gz
samba-d48f36819fe825de58f1e4feaab14a811ad53421.tar.bz2
samba-d48f36819fe825de58f1e4feaab14a811ad53421.zip
Remove unused marshalling for LSA_LOOKUP_SIDS/2/3.
This also removes parse_lsa.c entirely. Guenther (This used to be commit f802ba035c95e63c5a6ff9f2fb484d62341cd1a7)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 9da2f580f3..cebe49b510 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -529,7 +529,7 @@ RPC_ECHO_OBJ = rpc_server/srv_echo_nt.o librpc/gen_ndr/srv_echo.o
RPC_SERVER_OBJ = @RPC_STATIC@ $(RPC_PIPE_OBJ)
-RPC_PARSE_OBJ = rpc_parse/parse_lsa.o $(RPC_PARSE_OBJ2) \
+RPC_PARSE_OBJ = $(RPC_PARSE_OBJ2) \
rpc_parse/parse_spoolss.o \
rpc_parse/parse_eventlog.o rpc_parse/parse_buffer.o \
rpc_parse/parse_ntsvcs.o rpc_parse/parse_svcctl.o $(REGOBJS_OBJ)