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-02-28 15:27:55 +0100
commit93e06129abf02fa445830955f33d981a407dc17d (patch)
tree338bd765cddcce5a140c3b75c02410aee6f11c36 /source3/Makefile.in
parent6e2e0e2ce7ebef473cf8f8787363500eb090d692 (diff)
downloadsamba-93e06129abf02fa445830955f33d981a407dc17d.tar.gz
samba-93e06129abf02fa445830955f33d981a407dc17d.tar.bz2
samba-93e06129abf02fa445830955f33d981a407dc17d.zip
Add basic infrastructure for general async requests
(This used to be commit ae254cb61f4b9331755848c47ebc34e90dd80390)
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 245889b63c..15b2910245 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -323,7 +323,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 \