summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2010-07-15 17:45:29 -0400
committerGünther Deschner <gd@samba.org>2010-07-16 01:51:18 +0200
commitf4c6c7e7b8714e8ab6b1245ab95e19133956d83e (patch)
treeaca6ea406868da51f0b6cd9859c54d4b07d1f6c0 /source3/Makefile.in
parent7520d8e9263f43e756d73dfd036cab215fe0d5fb (diff)
downloadsamba-f4c6c7e7b8714e8ab6b1245ab95e19133956d83e.tar.gz
samba-f4c6c7e7b8714e8ab6b1245ab95e19133956d83e.tar.bz2
samba-f4c6c7e7b8714e8ab6b1245ab95e19133956d83e.zip
Move the remnants of rpc_parse code under registry/
The registry code is the only last user of this code. Move everything under registry/ and hope someone will get rid od it completely from there in the future. Signed-off-by: Günther Deschner <gd@samba.org>
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 08d629a754..9676b37927 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -354,7 +354,7 @@ LIBNDR_GEN_OBJ = librpc/gen_ndr/ndr_wkssvc.o \
# this includes only the low level parse code, not stuff
# that requires knowledge of security contexts
-RPC_PARSE_OBJ1 = rpc_parse/parse_prs.o
+REG_PARSE_PRS_OBJ = registry/reg_parse_prs.o
RPC_PARSE_OBJ2 = rpc_client/init_netlogon.o \
rpc_client/init_lsa.o
@@ -487,7 +487,7 @@ LIBSMB_ERR_OBJ0 = $(NTERR_OBJ) $(DOSERR_OBJ) $(ERRORMAP_OBJ) $(DCE_RPC_ERR_OBJ)
LIBSMB_ERR_OBJ1 = ../libcli/auth/smbdes.o ../libcli/auth/smbencrypt.o ../libcli/auth/msrpc_parse.o ../libcli/auth/session.o
LIBSMB_ERR_OBJ = $(LIBSMB_ERR_OBJ0) $(LIBSMB_ERR_OBJ1) \
- $(RPC_PARSE_OBJ1) \
+ $(REG_PARSE_PRS_OBJ) \
$(SECRETS_OBJ)
LIBSMB_OBJ0 = \