summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorAndreas Schneider <asn@redhat.com>2010-03-15 12:24:40 +0100
committerGünther Deschner <gd@samba.org>2010-04-07 15:16:52 +0200
commit4f3893f8148a36d11a4fa333c323fcf6f0176b2e (patch)
tree51c1e9bf52031027e6a2a9bde67f29998e6c2c3c /source3/Makefile.in
parent1ac654d108ebeede3ff78ddb30f19e1f4d516063 (diff)
downloadsamba-4f3893f8148a36d11a4fa333c323fcf6f0176b2e.tar.gz
samba-4f3893f8148a36d11a4fa333c323fcf6f0176b2e.tar.bz2
samba-4f3893f8148a36d11a4fa333c323fcf6f0176b2e.zip
s3-spoolss: Added a function to open a regkey using the winreg pipe.
Signed-off-by: Günther Deschner <gd@samba.org>
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 8cc6c66b23..55f3d40f17 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -643,6 +643,7 @@ RPC_NTSVCS_OBJ = rpc_server/srv_ntsvcs_nt.o \
RPC_DFS_OBJ = ../librpc/gen_ndr/srv_dfs.o rpc_server/srv_dfs_nt.o
RPC_SPOOLSS_OBJ = rpc_server/srv_spoolss_nt.o \
+ rpc_server/srv_spoolss_util.o \
../librpc/gen_ndr/srv_spoolss.o
RPC_EVENTLOG_OBJ = rpc_server/srv_eventlog_nt.o \