summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2010-07-15 16:19:04 -0400
committerGünther Deschner <gd@samba.org>2010-07-16 01:51:18 +0200
commit67b6fe3dc39aaf88787471b1ce10f47db74c5b1e (patch)
tree350dca2fb59ca00e45b52b993d0e4c289ea27bc3 /source3/Makefile.in
parent100d37fc4624690423f6a932709b3f9046d05c64 (diff)
downloadsamba-67b6fe3dc39aaf88787471b1ce10f47db74c5b1e.tar.gz
samba-67b6fe3dc39aaf88787471b1ce10f47db74c5b1e.tar.bz2
samba-67b6fe3dc39aaf88787471b1ce10f47db74c5b1e.zip
s3-misc: Move smb_io_time() to regfio.c
This is the last file using this function and we do not want anyone else to keep using hand marshalled stuff anyway. So make it also private to that file. Signed-off-by: Günther Deschner <gd@samba.org>
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 99674268ed..08d629a754 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 rpc_parse/parse_misc.o
+RPC_PARSE_OBJ1 = rpc_parse/parse_prs.o
RPC_PARSE_OBJ2 = rpc_client/init_netlogon.o \
rpc_client/init_lsa.o