summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-03-25 22:38:58 +0100
committerGünther Deschner <gd@samba.org>2009-03-25 22:50:40 +0100
commit72636db8e5f06e887db6c34b6f88bef567c093dd (patch)
tree62d82ec33b716b7c81393fb6549a4eed965e00f4 /source3/Makefile.in
parent8000479d181347bd6f248309168721fe3a20ad2a (diff)
downloadsamba-72636db8e5f06e887db6c34b6f88bef567c093dd.tar.gz
samba-72636db8e5f06e887db6c34b6f88bef567c093dd.tar.bz2
samba-72636db8e5f06e887db6c34b6f88bef567c093dd.zip
s3: remove unused rpc_parse/parse_sec.c file.
Guenther
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 ec52d85508..6cdcdff822 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -319,7 +319,7 @@ RPC_PARSE_OBJ0 = rpc_parse/parse_prs.o rpc_parse/parse_misc.o
# this includes only the low level parse code, not stuff
# that requires knowledge of security contexts
-RPC_PARSE_OBJ1 = $(RPC_PARSE_OBJ0) rpc_parse/parse_sec.o
+RPC_PARSE_OBJ1 = $(RPC_PARSE_OBJ0)
RPC_PARSE_OBJ2 = rpc_parse/parse_rpc.o \
rpc_client/init_netlogon.o \