summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-03-04 23:07:45 +0100
committerGünther Deschner <gd@samba.org>2008-03-05 09:49:15 +0100
commit2c3dc9baa57d32c48cc58f16abae20fe763fd06f (patch)
treec78f1d617fa3df828309a6409e099d828155d867 /source3/Makefile.in
parentd89877070e9ae3e3cc2690fd4ffb683d6e44f982 (diff)
downloadsamba-2c3dc9baa57d32c48cc58f16abae20fe763fd06f.tar.gz
samba-2c3dc9baa57d32c48cc58f16abae20fe763fd06f.tar.bz2
samba-2c3dc9baa57d32c48cc58f16abae20fe763fd06f.zip
Use pidl for _srvsvc_NetSrvGetInfo().
Guenther (This used to be commit 34caa41fa6d44165b470508261c2bde124fc4955)
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 f4b0344ad2..04df5cf840 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -304,7 +304,8 @@ RPC_PARSE_OBJ1 = $(RPC_PARSE_OBJ0) rpc_parse/parse_sec.o
RPC_PARSE_OBJ2 = rpc_parse/parse_rpc.o rpc_parse/parse_srv.o
RPC_PARSE_OBJ2 = rpc_parse/parse_rpc.o rpc_parse/parse_srv.o \
rpc_client/init_netlogon.o \
- rpc_client/init_lsa.o
+ rpc_client/init_lsa.o \
+ rpc_client/init_srvsvc.o
LIBREPLACE_OBJ = @LIBREPLACE_OBJS@