summaryrefslogtreecommitdiff
path: root/lib/tsocket/config.mk
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-02-26 15:37:44 +0100
committerStefan Metzmacher <metze@samba.org>2009-03-19 16:25:53 +0100
commit6c88d61bdd7333c671f440ada23bca7169cd60fc (patch)
treef9a5093145af97c56f465b8419235dc6c88a05a0 /lib/tsocket/config.mk
parentc00126e60913f8777e5ba87db464a5b4b9b8b886 (diff)
downloadsamba-6c88d61bdd7333c671f440ada23bca7169cd60fc.tar.gz
samba-6c88d61bdd7333c671f440ada23bca7169cd60fc.tar.bz2
samba-6c88d61bdd7333c671f440ada23bca7169cd60fc.zip
lib/tsocket: add an implementation for bsd style sockets.
metze
Diffstat (limited to 'lib/tsocket/config.mk')
-rw-r--r--lib/tsocket/config.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/tsocket/config.mk b/lib/tsocket/config.mk
index 2ba6b3969c..016663ffea 100644
--- a/lib/tsocket/config.mk
+++ b/lib/tsocket/config.mk
@@ -3,7 +3,8 @@ PRIVATE_DEPENDENCIES = LIBTALLOC LIBTEVENT LIBREPLACE_NETWORK
LIBTSOCKET_OBJ_FILES = $(addprefix ../lib/tsocket/, \
tsocket.o \
- tsocket_helpers.o)
+ tsocket_helpers.o \
+ tsocket_bsd.o)
PUBLIC_HEADERS += $(addprefix ../lib/tsocket/, \
tsocket.h\