summaryrefslogtreecommitdiffstats
path: root/source/Makefile.in
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-03-04 23:07:45 +0100
committerKarolin Seeger <kseeger@bando.sernet.private>2008-03-31 14:20:50 +0200
commite0f17c41e15d492940288aadb10b0598fb5e1f41 (patch)
treea98e350043c6e70b700623695b23ba44acb124ea /source/Makefile.in
parent84ef892c4dd8be4272b52a347066a55bad76e709 (diff)
downloadsamba-e0f17c41e15d492940288aadb10b0598fb5e1f41.tar.gz
samba-e0f17c41e15d492940288aadb10b0598fb5e1f41.tar.xz
samba-e0f17c41e15d492940288aadb10b0598fb5e1f41.zip
Use pidl for _srvsvc_NetSrvGetInfo().
Guenther (cherry picked from commit 34caa41fa6d44165b470508261c2bde124fc4955)
Diffstat (limited to 'source/Makefile.in')
-rw-r--r--source/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/Makefile.in b/source/Makefile.in
index 8aeab7ae917..0088fafef8f 100644
--- a/source/Makefile.in
+++ b/source/Makefile.in
@@ -302,7 +302,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@