summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2008-02-28 13:55:53 +0100
committerVolker Lendecke <vl@samba.org>2008-03-06 13:28:23 +0100
commitf05bc403899e25c4299a23f09dde9bad5f4bcc66 (patch)
tree5d6ee1630c957fd5df6f25cb431e8b4d5acfaa54 /source3/Makefile.in
parent47d7767065df0da031cdcf70afa426daab83b8b7 (diff)
downloadsamba-f05bc403899e25c4299a23f09dde9bad5f4bcc66.tar.gz
samba-f05bc403899e25c4299a23f09dde9bad5f4bcc66.tar.bz2
samba-f05bc403899e25c4299a23f09dde9bad5f4bcc66.zip
Add basic infrastructure for general async requests
(This used to be commit 9f8b2a87ee8bba930b776dcfda608a5639f6d55a)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index acd39d79b9..134f4c1b46 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -327,7 +327,7 @@ LIB_WITHOUT_PROTO_OBJ = $(LIBSAMBAUTIL_OBJ) \
lib/messages.o librpc/gen_ndr/ndr_messaging.o lib/messages_local.o \
lib/messages_ctdbd.o lib/packet.o lib/ctdbd_conn.o lib/talloc_stack.o \
lib/interfaces.o lib/rbtree.o lib/memcache.o \
- lib/util_transfer_file.o
+ lib/util_transfer_file.o lib/async_req.o
LIB_WITH_PROTO_OBJ = $(VERSION_OBJ) lib/charcnv.o lib/debug.o lib/fault.o \
lib/interface.o lib/md4.o \