summaryrefslogtreecommitdiff
path: root/lib/tevent/config.mk
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-01-03 11:18:14 +0100
committerStefan Metzmacher <metze@samba.org>2009-01-03 19:58:50 +0100
commite928d863e2bb654d16ac9094e3406ef6a207c023 (patch)
tree183aacf6343cfa7293ce0d51dadd83ddd74207bc /lib/tevent/config.mk
parent1a26b67ee395ab49eb57a3773ec889f4ebbccb08 (diff)
downloadsamba-e928d863e2bb654d16ac9094e3406ef6a207c023.tar.gz
samba-e928d863e2bb654d16ac9094e3406ef6a207c023.tar.bz2
samba-e928d863e2bb654d16ac9094e3406ef6a207c023.zip
tevent: move some common tevent_fd related functions into tevent_fd.c
metze
Diffstat (limited to 'lib/tevent/config.mk')
-rw-r--r--lib/tevent/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tevent/config.mk b/lib/tevent/config.mk
index e4fb9a8088..90548b636a 100644
--- a/lib/tevent/config.mk
+++ b/lib/tevent/config.mk
@@ -41,6 +41,6 @@ CFLAGS = -I../lib/tevent
# End SUBSYSTEM LIBTEVENT
################################################
-LIBTEVENT_OBJ_FILES = $(addprefix $(libteventsrcdir)/, tevent.o tevent_timed.o tevent_signal.o tevent_debug.o tevent_util.o)
+LIBTEVENT_OBJ_FILES = $(addprefix $(libteventsrcdir)/, tevent.o tevent_fd.o tevent_timed.o tevent_signal.o tevent_debug.o tevent_util.o)
PUBLIC_HEADERS += $(addprefix $(libteventsrcdir)/, tevent.h tevent_internal.h)