summaryrefslogtreecommitdiff
path: root/source4/librpc/config.m4
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2004-04-03 01:25:40 +0000
committerTim Potter <tpot@samba.org>2004-04-03 01:25:40 +0000
commitf1c3fa060efcecde404d0bfb55c359ef7fe36ed8 (patch)
tree7b4cd54be3ed694a835c6ada2fa55570413267af /source4/librpc/config.m4
parent4c12490730de84d63bf654f97cbc17ffcb1d25f5 (diff)
downloadsamba-f1c3fa060efcecde404d0bfb55c359ef7fe36ed8.tar.gz
samba-f1c3fa060efcecde404d0bfb55c359ef7fe36ed8.tar.bz2
samba-f1c3fa060efcecde404d0bfb55c359ef7fe36ed8.zip
This is the start of a C API to the DCERPC client routines. Currently
the only way to access this is to cut&paste from torture/rpc/*.c (This used to be commit 3355fec421f82034f433a4b59aa5ad589b070577)
Diffstat (limited to 'source4/librpc/config.m4')
-rw-r--r--source4/librpc/config.m48
1 files changed, 7 insertions, 1 deletions
diff --git a/source4/librpc/config.m4 b/source4/librpc/config.m4
index 3674cf98c7..a4e5fa27fa 100644
--- a/source4/librpc/config.m4
+++ b/source4/librpc/config.m4
@@ -25,6 +25,12 @@ SMB_SUBSYSTEM(LIBRPC_RAW,[],
librpc/rpc/dcerpc_smb.o librpc/rpc/dcerpc_tcp.o],
librpc/rpc/librpc_raw_public_proto.h)
+SMB_SUBSYSTEM(LIBRPC_CLIENT,[],
+ [librpc/rpc/dcerpc_lsa.o],
+ librpc/rpc/librpc/client/public_proto.h)
+
SMB_SUBSYSTEM(LIBRPC,[],
- [\$(LIBNDR_RAW_OBJS) \$(LIBRPC_RAW_OBJS)],
+ [\$(LIBNDR_RAW_OBJS) \$(LIBRPC_RAW_OBJS) \
+ \$(LIBRPC_CLIENT_OBJS)],
librpc/librpc_public_proto.h)
+