summaryrefslogtreecommitdiff
path: root/source4/Makefile.in
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2003-11-24 12:40:47 +0000
committerAndrew Tridgell <tridge@samba.org>2003-11-24 12:40:47 +0000
commit7befc0648e4366980b7efdf31cc946ea11de5101 (patch)
tree984c165579d04575a11db9077c4da518790ca494 /source4/Makefile.in
parentbbb11d4a0dc02a6125855620e0a59a6b24107e4d (diff)
downloadsamba-7befc0648e4366980b7efdf31cc946ea11de5101.tar.gz
samba-7befc0648e4366980b7efdf31cc946ea11de5101.tar.bz2
samba-7befc0648e4366980b7efdf31cc946ea11de5101.zip
initial implementation of dcerpc over tcp. RPC-EPMAPPER works, now to
add epm_Map calls and support the rest of the pipes (This used to be commit 39add481582609ddb9d0b3bae45fde3226ece481)
Diffstat (limited to 'source4/Makefile.in')
-rw-r--r--source4/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/Makefile.in b/source4/Makefile.in
index 47122679c6..19264c1237 100644
--- a/source4/Makefile.in
+++ b/source4/Makefile.in
@@ -199,7 +199,8 @@ LIBRAW_NDR_OBJ = librpc/ndr/ndr.o librpc/ndr/ndr_basic.o librpc/ndr/ndr_sec.o \
librpc/gen_ndr/ndr_epmapper.o librpc/gen_ndr/ndr_winreg.o \
librpc/gen_ndr/ndr_mgmt.o
-LIBRAW_RPC_OBJ = librpc/rpc/dcerpc.o librpc/rpc/dcerpc_smb.o \
+LIBRAW_RPC_OBJ = librpc/rpc/dcerpc.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 \
librpc/gen_rpc/rpc_samr.o librpc/gen_rpc/rpc_wkssvc.o \