diff options
author | Andrew Tridgell <tridge@samba.org> | 2003-11-26 03:36:17 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2003-11-26 03:36:17 +0000 |
commit | fffd741a7a00b07c85eec254b8cc7c2fe40cef18 (patch) | |
tree | 15653de92c489d6ae9ba5ce490965b7ea9a285b8 /source4/Makefile.in | |
parent | c123c8454142d17d2884ae9dd951b7f2a0b1a343 (diff) | |
download | samba-fffd741a7a00b07c85eec254b8cc7c2fe40cef18.tar.gz samba-fffd741a7a00b07c85eec254b8cc7c2fe40cef18.tar.bz2 samba-fffd741a7a00b07c85eec254b8cc7c2fe40cef18.zip |
added auto-determination of the DCERPC over TCP port number by asking
the servers endpoint mapper
(This used to be commit 4abf5376b00f580eb69196e55a792cc7eb4c9880)
Diffstat (limited to 'source4/Makefile.in')
-rw-r--r-- | source4/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/Makefile.in b/source4/Makefile.in index 4f7b20837c..c6b763137e 100644 --- a/source4/Makefile.in +++ b/source4/Makefile.in @@ -200,6 +200,7 @@ LIBRAW_NDR_OBJ = librpc/ndr/ndr.o librpc/ndr/ndr_basic.o librpc/ndr/ndr_sec.o \ librpc/gen_ndr/ndr_mgmt.o LIBRAW_RPC_OBJ = librpc/rpc/dcerpc.o librpc/rpc/dcerpc_auth.o \ + librpc/rpc/dcerpc_util.o \ librpc/rpc/dcerpc_smb.o librpc/rpc/dcerpc_tcp.o \ librpc/gen_rpc/rpc_echo.o librpc/gen_rpc/rpc_lsa.o \ librpc/gen_rpc/rpc_dfs.o librpc/gen_rpc/rpc_spoolss.o \ |