diff options
author | Andrew Tridgell <tridge@samba.org> | 2003-11-17 12:43:18 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2003-11-17 12:43:18 +0000 |
commit | 892aa2fc75075e3762dbd5c43b8b0d6550e6e208 (patch) | |
tree | 137674b1ddc03ce96cbc7a37cd4c28197e9e2b57 /source4/Makefile.in | |
parent | d285c6f14f7ad7037e1a81d59da8b3c892a49884 (diff) | |
download | samba-892aa2fc75075e3762dbd5c43b8b0d6550e6e208.tar.gz samba-892aa2fc75075e3762dbd5c43b8b0d6550e6e208.tar.bz2 samba-892aa2fc75075e3762dbd5c43b8b0d6550e6e208.zip |
added wkssvc.idl and test code
I think this is our first complete pipe for Samba4 (albeit a simple
one). Of course, there may be lots more info levels that Samba3 didn't
do. Time to explore :)
(This used to be commit 3305226140793f39af827b63c270486c1966718e)
Diffstat (limited to 'source4/Makefile.in')
-rw-r--r-- | source4/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source4/Makefile.in b/source4/Makefile.in index f8d36d656d..293ce5d77e 100644 --- a/source4/Makefile.in +++ b/source4/Makefile.in @@ -196,11 +196,11 @@ LIBCLIUTIL_OBJ = libcli/util/asn1.o \ LIBRAW_NDR_OBJ = librpc/ndr/ndr.o librpc/ndr/ndr_basic.o librpc/ndr/ndr_sec.o \ librpc/ndr/ndr_echo.o librpc/ndr/ndr_misc.o librpc/ndr/ndr_lsa.o \ librpc/ndr/ndr_dfs.o librpc/ndr/ndr_samr.o \ - librpc/ndr/ndr_spoolss.o librpc/ndr/ndr_spoolss_buf.o + librpc/ndr/ndr_spoolss.o librpc/ndr/ndr_spoolss_buf.o librpc/ndr/ndr_wkssvc.o LIBRAW_RPC_OBJ = librpc/rpc/dcerpc.o librpc/rpc/rpc_echo.o librpc/rpc/rpc_lsa.o \ librpc/rpc/dcerpc_smb.o librpc/rpc/rpc_dfs.o librpc/rpc/rpc_spoolss.o \ - librpc/rpc/rpc_samr.o + librpc/rpc/rpc_samr.o librpc/rpc/rpc_wkssvc.o LIBRAW_OBJ = libcli/raw/rawfile.o libcli/raw/smb_signing.o \ libcli/raw/clisocket.o libcli/raw/clitransport.o \ @@ -509,7 +509,7 @@ SMBTORTURE_RAW_OBJ = torture/raw/qfsinfo.o torture/raw/qfileinfo.o torture/raw/s torture/raw/write.o torture/raw/lock.o torture/raw/rename.o torture/raw/seek.o SMBTORTURE_RPC_OBJ = torture/rpc/lsa.o torture/rpc/echo.o torture/rpc/dfs.o \ - torture/rpc/spoolss.o torture/rpc/samr.o + torture/rpc/spoolss.o torture/rpc/samr.o torture/rpc/wkssvc.o 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 \ |