summaryrefslogtreecommitdiff
path: root/lib/tsocket/config.mk
diff options
context:
space:
mode:
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)
+