summaryrefslogtreecommitdiff
path: root/source4/Makefile.in
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-10-28 11:00:54 +0000
committerTim Potter <tpot@samba.org>2003-10-28 11:00:54 +0000
commit9182f0e6c5fd839acc42ae5e75402885dbefb1a6 (patch)
tree6c5eaafce12d6491077229953f06df53b563394a /source4/Makefile.in
parent4cac564d71f7387497fa23f2b6bcc0461a1978bc (diff)
downloadsamba-9182f0e6c5fd839acc42ae5e75402885dbefb1a6.tar.gz
samba-9182f0e6c5fd839acc42ae5e75402885dbefb1a6.tar.bz2
samba-9182f0e6c5fd839acc42ae5e75402885dbefb1a6.zip
Add RPC-OPEN test as an example for using the new dcerpc client code.
It's a bit icky so I suspect it won't last long. (-: (This used to be commit bc17a4a8ade1b003acb5681471568a94e81aad08)
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 daf8904212..f5c4edb2c2 100644
--- a/source4/Makefile.in
+++ b/source4/Makefile.in
@@ -525,7 +525,8 @@ SMBTORTURE_RAW_OBJ = torture/raw/qfsinfo.o torture/raw/qfileinfo.o torture/raw/s
SMBTORTURE_OBJ1 = torture/torture.o torture/torture_util.o torture/nbio.o torture/scanner.o \
torture/utable.o torture/denytest.o torture/mangle_test.o \
- torture/aliases.o libcli/raw/clirewrite.o $(SMBTORTURE_RAW_OBJ)
+ torture/aliases.o libcli/raw/clirewrite.o $(SMBTORTURE_RAW_OBJ) \
+ rpc_parse/parse_lsa.o
SMBTORTURE_OBJ = $(SMBTORTURE_OBJ1) \
$(LIBSMB_OBJ) $(LIBDFS_OBJ) $(PARAM_OBJ) $(LIB_OBJ)