From 27ce4aa829ec1b4642a66fef2c31192778eef078 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Sun, 25 Apr 2004 22:05:05 +0000 Subject: r354: Tridge convinced me that writing some wrapper functions by hand was a bad idea. (This used to be commit 6eb0b17015071790fb0108b140936ac81f4c7f92) --- source4/librpc/config.m4 | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'source4/librpc/config.m4') 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) - -- cgit