From d848d517b54074ae6b0e2349383554302b85109c Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 18 Feb 2009 09:14:26 +0100 Subject: lib/tsocket: add some useful helper functions metze --- lib/tsocket/config.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/tsocket/config.mk') diff --git a/lib/tsocket/config.mk b/lib/tsocket/config.mk index afc625d5db..2ba6b3969c 100644 --- a/lib/tsocket/config.mk +++ b/lib/tsocket/config.mk @@ -2,7 +2,8 @@ PRIVATE_DEPENDENCIES = LIBTALLOC LIBTEVENT LIBREPLACE_NETWORK LIBTSOCKET_OBJ_FILES = $(addprefix ../lib/tsocket/, \ - tsocket.o) + tsocket.o \ + tsocket_helpers.o) PUBLIC_HEADERS += $(addprefix ../lib/tsocket/, \ tsocket.h\ -- cgit