summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2006-09-11 19:33:27 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:51:21 -0500
commit85e4a7a5b36f1131ee742f108811e994af9efce9 (patch)
tree3d1829dec0999bb6897d97c171d6091215b0a846 /source3/Makefile.in
parent8fad1d204edd6c10380bfa5d72ec7060e34ccdb9 (diff)
downloadsamba-85e4a7a5b36f1131ee742f108811e994af9efce9.tar.gz
samba-85e4a7a5b36f1131ee742f108811e994af9efce9.tar.bz2
samba-85e4a7a5b36f1131ee742f108811e994af9efce9.zip
r18394: get the lsa client code to link
(This used to be commit 96e412a04cedc4c361c08e0ed1d141f3b018728b)
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 add52a9e2c..18f04b9333 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -297,7 +297,8 @@ LIBMSRPC_OBJ = rpc_client/cli_lsarpc.o rpc_client/cli_samr.o \
rpc_client/cli_shutdown.o rpc_client/cli_svcctl.o \
rpc_client/ndr.o
-LIBMSRPC_GEN_OBJ = librpc/gen_ndr/cli_unixinfo.o $(LIBNDR_GEN_OBJ) $(LIBNDR_OBJ)
+LIBMSRPC_GEN_OBJ = librpc/gen_ndr/cli_unixinfo.o librpc/gen_ndr/cli_lsa.o \
+ $(LIBMSRPC_GEN_OBJ1) $(LIBNDR_GEN_OBJ) $(LIBNDR_OBJ)
REGOBJS_OBJ = registry/reg_objects.o