diff options
Diffstat (limited to 'source4/librpc/config.m4')
-rw-r--r-- | source4/librpc/config.m4 | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/source4/librpc/config.m4 b/source4/librpc/config.m4 index a4e5fa27fa..3674cf98c7 100644 --- a/source4/librpc/config.m4 +++ b/source4/librpc/config.m4 @@ -25,12 +25,6 @@ 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) \ - \$(LIBRPC_CLIENT_OBJS)], + [\$(LIBNDR_RAW_OBJS) \$(LIBRPC_RAW_OBJS)], librpc/librpc_public_proto.h) - |