diff options
author | Stefan Metzmacher <metze@samba.org> | 2009-02-18 09:10:54 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2009-03-19 15:01:12 +0100 |
commit | 2e0e416676f5d67e716f272d3923386c3f0c9524 (patch) | |
tree | 81f0c9751fe36b060901d71666903762708747be /lib/tsocket/config.mk | |
parent | 011ad7245d53a716c4c766f5ef8d317bb3a53d0f (diff) | |
download | samba-2e0e416676f5d67e716f272d3923386c3f0c9524.tar.gz samba-2e0e416676f5d67e716f272d3923386c3f0c9524.tar.xz 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.mk | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/tsocket/config.mk b/lib/tsocket/config.mk new file mode 100644 index 00000000000..afc625d5db1 --- /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) + |