summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2010-07-13 12:03:21 -0400
committerGünther Deschner <gd@samba.org>2010-07-16 01:51:16 +0200
commit8246214e7ef5374acc0a1f97f4f1203374fba7f8 (patch)
tree6630e95586d6e09e1c5e954ed8b47494bff69a85 /source3/Makefile.in
parent8ffac961db75aa3e0727e0c8f3e15cb0916f64d7 (diff)
downloadsamba-8246214e7ef5374acc0a1f97f4f1203374fba7f8.tar.gz
samba-8246214e7ef5374acc0a1f97f4f1203374fba7f8.tar.bz2
samba-8246214e7ef5374acc0a1f97f4f1203374fba7f8.zip
s3-dcerpc: Remove unused functions and headers
parse_rpc.c is dead, long live parse_rpc.c ! Signed-off-by: Günther Deschner <gd@samba.org>
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index b980b7f25c..a4b71f0765 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -356,8 +356,7 @@ LIBNDR_GEN_OBJ = librpc/gen_ndr/ndr_wkssvc.o \
# that requires knowledge of security contexts
RPC_PARSE_OBJ1 = rpc_parse/parse_prs.o rpc_parse/parse_misc.o
-RPC_PARSE_OBJ2 = rpc_parse/parse_rpc.o \
- rpc_client/init_netlogon.o \
+RPC_PARSE_OBJ2 = rpc_client/init_netlogon.o \
rpc_client/init_lsa.o
LIBREPLACE_OBJ = @LIBREPLACE_OBJS@