summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-05-22 11:08:47 +0200
committerMichael Adam <obnox@samba.org>2008-05-22 11:30:03 +0200
commit5a2206f254328f8afcfa0e4925a7ce342d8874c8 (patch)
tree462d91d576e1deb2d1310b4ea0039497ae612570 /source3/Makefile.in
parentb398a96b09af5268e71bd3108f6c1e97568736f8 (diff)
downloadsamba-5a2206f254328f8afcfa0e4925a7ce342d8874c8.tar.gz
samba-5a2206f254328f8afcfa0e4925a7ce342d8874c8.tar.bz2
samba-5a2206f254328f8afcfa0e4925a7ce342d8874c8.zip
torture: add a test program rpc_open_tcp() to test the rpc_pipe_open_tcp() func.
This is still very raw and has yet to be integrated into the test suite. Michael (This used to be commit 3ec3ab4e5309c63bbf2fa5efa5d2c47856560a0f)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in20
1 files changed, 20 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index faf4ccf4f6..1a970bf988 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -1153,6 +1153,20 @@ VLP_OBJ = $(VLP_OBJ1) $(PARAM_OBJ) $(LIBSMB_OBJ) \
$(PASSDB_OBJ) @LIBWBCLIENT_STATIC@ $(SMBLDAP_OBJ) $(GROUPDB_OBJ) $(LDB_OBJ) \
$(DISPLAY_SEC_OBJ)
+RPC_OPEN_TCP_OBJ = torture/rpc_open_tcp.o \
+ $(LIBSMB_OBJ) \
+ $(PARAM_OBJ) \
+ $(PASSDB_OBJ) \
+ @LIBWBCLIENT_STATIC@ $(SMBLDAP_OBJ) $(LDB_OBJ) $(GROUPDB_OBJ) \
+ $(LIB_NONSMBD_OBJ) \
+ $(KRBCLIENT_OBJ) \
+ $(RPC_PARSE_OBJ2) \
+ $(RPC_CLIENT_OBJ1) \
+ rpc_client/cli_pipe.o \
+ librpc/rpc/binding.o \
+ $(LIBMSRPC_GEN_OBJ)
+
+
######################################################################
# now the rules...
######################################################################
@@ -2073,6 +2087,12 @@ bin/timelimit@EXEEXT@: script/tests/timelimit.o
@echo Linking $@
@$(CC) $(FLAGS) -o $@ $(DYNEXP) script/tests/timelimit.o
+bin/rpc_open_tcp@EXEEXT@: $(BINARY_PREREQS) $(RPC_OPEN_TCP_OBJ) @LIBTALLOC_SHARED@ @LIBTDB_SHARED@ @LIBWBCLIENT_SHARED@
+ @echo "Linking $@"
+ @$(CC) $(FLAGS) -o $@ $(RPC_OPEN_TCP_OBJ) $(LDFLAGS) $(DYNEXP) \
+ $(LIBS) @LIBTALLOC_LIBS@ @LIBTDB_SHARED@ @WINBIND_LIBS@ \
+ $(LDAP_LIBS) $(KRB5LIBS) $(NSCD_LIBS)
+
install:: installservers installbin @INSTALL_CIFSMOUNT@ @INSTALL_CIFSSPNEGO@ installman \
installscripts installdat installmodules @SWAT_INSTALL_TARGETS@ \
installlibtalloc \