summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2013-02-18 08:54:51 +0100
committerMichael Adam <obnox@samba.org>2013-02-19 23:47:43 +0100
commitf7aa60175ad7a3517db32f45f06dfbf6486dff69 (patch)
treeabcb70bf21701f6ca5b19ba8b43332e910914eaf /source3
parentff8ba0628f6f13a5be1df94e5ac2e83008b7c69c (diff)
downloadsamba-f7aa60175ad7a3517db32f45f06dfbf6486dff69.tar.gz
samba-f7aa60175ad7a3517db32f45f06dfbf6486dff69.tar.bz2
samba-f7aa60175ad7a3517db32f45f06dfbf6486dff69.zip
lib/util: add samba_tevent_context_init()
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source3')
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 651d286420..e27875f6ac 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -480,7 +480,7 @@ LIB_OBJ = $(LIBSAMBAUTIL_OBJ) $(UTIL_OBJ) $(CRYPTO_OBJ) $(LIBTSOCKET_OBJ) \
../lib/util/charset/iconv.o ../lib/util/charset/weird.o \
../lib/util/charset/charset_macosxfs.o intl/lang_tdb.o \
lib/adt_tree.o lib/gencache.o \
- ../lib/util/modules.o lib/events.o @LIBTEVENT_OBJ0@ \
+ ../lib/util/modules.o lib/events.o ../lib/util/tevent_debug.o @LIBTEVENT_OBJ0@ \
@CCAN_OBJ@ \
lib/server_contexts.o \
lib/server_prefork.o \