summaryrefslogtreecommitdiff
path: root/source4/librpc/config.m4
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2004-04-25 22:05:05 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:51:33 -0500
commit27ce4aa829ec1b4642a66fef2c31192778eef078 (patch)
tree26e6610e43b7f1cbe312206576800fddbfa597c9 /source4/librpc/config.m4
parent803b5d8aa46f5a26a31b65992e5aa34e3df9495c (diff)
downloadsamba-27ce4aa829ec1b4642a66fef2c31192778eef078.tar.gz
samba-27ce4aa829ec1b4642a66fef2c31192778eef078.tar.bz2
samba-27ce4aa829ec1b4642a66fef2c31192778eef078.zip
r354: Tridge convinced me that writing some wrapper functions by hand was a
bad idea. (This used to be commit 6eb0b17015071790fb0108b140936ac81f4c7f92)
Diffstat (limited to 'source4/librpc/config.m4')
-rw-r--r--source4/librpc/config.m48
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)
-