diff options
Diffstat (limited to 'source4/librpc/config.m4')
-rw-r--r-- | source4/librpc/config.m4 | 8 |
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) + |