summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2011-01-27 15:20:58 +0100
committerGünther Deschner <gd@samba.org>2011-02-07 12:31:59 +0100
commit9c7607d3d384240b2777aafa3ea634383431ec4d (patch)
tree70c6a87dba7d3ba800d02515f5b5f44cb765b1c9 /source3/Makefile.in
parent12cd4002e66164a0a85ae0e4a17f1f0abaef7e42 (diff)
downloadsamba-9c7607d3d384240b2777aafa3ea634383431ec4d.tar.gz
samba-9c7607d3d384240b2777aafa3ea634383431ec4d.tar.bz2
samba-9c7607d3d384240b2777aafa3ea634383431ec4d.zip
s3-rpc_client: Added winreg query dword helper.
Signed-off-by: Günther Deschner <gd@samba.org>
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index e247c071c7..294faf1447 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -347,7 +347,8 @@ LIBCLI_SPOOLSS_OBJ = librpc/gen_ndr/ndr_spoolss_c.o \
LIBCLI_EVENTLOG_OBJ = librpc/gen_ndr/ndr_eventlog_c.o
-LIBCLI_WINREG_OBJ = librpc/gen_ndr/ndr_winreg_c.o
+LIBCLI_WINREG_OBJ = librpc/gen_ndr/ndr_winreg_c.o \
+ rpc_client/cli_winreg.o
LIBCLI_WINREG_INT_OBJ = $(LIBCLI_WINREG_OBJ) \
rpc_client/cli_winreg_int.o