summaryrefslogtreecommitdiff
path: root/lib/tsocket/config.mk
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-02-18 09:10:54 +0100
committerStefan Metzmacher <metze@samba.org>2009-03-19 15:01:12 +0100
commit2e0e416676f5d67e716f272d3923386c3f0c9524 (patch)
tree81f0c9751fe36b060901d71666903762708747be /lib/tsocket/config.mk
parent011ad7245d53a716c4c766f5ef8d317bb3a53d0f (diff)
downloadsamba-2e0e416676f5d67e716f272d3923386c3f0c9524.tar.gz
samba-2e0e416676f5d67e716f272d3923386c3f0c9524.tar.bz2
samba-2e0e416676f5d67e716f272d3923386c3f0c9524.zip
lib/tsocket: add generic socket abstraction layer
This will replace source4/lib/socket/. metze
Diffstat (limited to 'lib/tsocket/config.mk')
-rw-r--r--lib/tsocket/config.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/tsocket/config.mk b/lib/tsocket/config.mk
new file mode 100644
index 0000000000..afc625d5db
--- /dev/null
+++ b/lib/tsocket/config.mk
@@ -0,0 +1,10 @@
+[SUBSYSTEM::LIBTSOCKET]
+PRIVATE_DEPENDENCIES = LIBTALLOC LIBTEVENT LIBREPLACE_NETWORK
+
+LIBTSOCKET_OBJ_FILES = $(addprefix ../lib/tsocket/, \
+ tsocket.o)
+
+PUBLIC_HEADERS += $(addprefix ../lib/tsocket/, \
+ tsocket.h\
+ tsocket_internal.h)
+