summaryrefslogtreecommitdiffstats
path: root/source/Makefile.in
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2007-05-24 14:47:24 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:22:47 -0500
commita925e0991ffbaea4a533bab3a5d61e5d367d46c8 (patch)
tree43dd766728f5f5249de6f65b35177785b7a17b6a /source/Makefile.in
parenta7b9581a5c01b701129cdd5a7a330748f9e3859e (diff)
downloadsamba-a925e0991ffbaea4a533bab3a5d61e5d367d46c8.tar.gz
samba-a925e0991ffbaea4a533bab3a5d61e5d367d46c8.tar.xz
samba-a925e0991ffbaea4a533bab3a5d61e5d367d46c8.zip
r23117: Factor out local messaging.
This removes message_block / message_unblock. I've talked to Jeremy and Günther, giving them my reasons why I believe they have no effect. Neither could come up with a counter-argument, so they go :-)
Diffstat (limited to 'source/Makefile.in')
-rw-r--r--source/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Makefile.in b/source/Makefile.in
index a071bc2a7fc..4a01c7d454c 100644
--- a/source/Makefile.in
+++ b/source/Makefile.in
@@ -261,7 +261,7 @@ TALLOC_OBJ = lib/talloc/talloc.o
LIB_WITHOUT_PROTO_OBJ = $(LIBREPLACE_OBJ) $(SOCKET_WRAPPER_OBJ) $(TALLOC_OBJ) \
- lib/messages.o librpc/gen_ndr/ndr_messaging.o
+ lib/messages.o librpc/gen_ndr/ndr_messaging.o lib/messages_local.o
LIB_WITH_PROTO_OBJ = $(VERSION_OBJ) lib/charcnv.o lib/debug.o lib/fault.o \
lib/interface.o lib/md4.o \