summaryrefslogtreecommitdiff
path: root/source4/Makefile.in
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-11-15 05:42:49 +0000
committerTim Potter <tpot@samba.org>2003-11-15 05:42:49 +0000
commit78b7118d1aeccc9da490af614d4646a328ac2c46 (patch)
tree21a0ac127711fc65872d8f1ae6fc45d2265ae2e6 /source4/Makefile.in
parent7290260c1addcaa76da02a663f14ce4be790b13b (diff)
downloadsamba-78b7118d1aeccc9da490af614d4646a328ac2c46.tar.gz
samba-78b7118d1aeccc9da490af614d4646a328ac2c46.tar.bz2
samba-78b7118d1aeccc9da490af614d4646a328ac2c46.zip
Skeleton IDL for SPOOLSS pipe. For this inital version, only OpenPrinterEx
works but without a devicemode. (This used to be commit 35e889cf339f4ed62d4953b4cb5da2f21cf249a2)
Diffstat (limited to 'source4/Makefile.in')
-rw-r--r--source4/Makefile.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/source4/Makefile.in b/source4/Makefile.in
index 26e3f6dad5..f2b3a25117 100644
--- a/source4/Makefile.in
+++ b/source4/Makefile.in
@@ -195,10 +195,10 @@ 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_dfs.o librpc/ndr/ndr_spoolss.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/dcerpc_smb.o librpc/rpc/rpc_dfs.o librpc/rpc/rpc_spoolss.o
LIBRAW_OBJ = libcli/raw/rawfile.o libcli/raw/smb_signing.o \
libcli/raw/clisocket.o libcli/raw/clitransport.o \
@@ -506,7 +506,8 @@ SMBTORTURE_RAW_OBJ = torture/raw/qfsinfo.o torture/raw/qfileinfo.o torture/raw/s
torture/raw/chkpath.o torture/raw/unlink.o torture/raw/read.o torture/raw/context.o \
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
+SMBTORTURE_RPC_OBJ = torture/rpc/lsa.o torture/rpc/echo.o torture/rpc/dfs.o \
+ torture/rpc/spoolss.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 \