summaryrefslogtreecommitdiff
path: root/source4
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 /source4
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 'source4')
-rw-r--r--source4/headermap.txt2
-rw-r--r--source4/main.mk1
2 files changed, 3 insertions, 0 deletions
diff --git a/source4/headermap.txt b/source4/headermap.txt
index 9de5b1cc0c..d0d0a575d8 100644
--- a/source4/headermap.txt
+++ b/source4/headermap.txt
@@ -10,6 +10,8 @@
../lib/util/talloc_stack.h: util/talloc_stack.h
../lib/util/xfile.h: util/xfile.h
../lib/tdr/tdr.h: tdr.h
+../lib/tsocket/tsocket.h: tsocket.h
+../lib/tsocket/tsocket_internal.h: tsocket_internal.h
librpc/rpc/dcerpc.h: dcerpc.h
lib/ldb/include/ldb.h: ldb.h
lib/ldb/include/ldb_errors.h: ldb_errors.h
diff --git a/source4/main.mk b/source4/main.mk
index 8ea9727ed3..a143604f33 100644
--- a/source4/main.mk
+++ b/source4/main.mk
@@ -21,6 +21,7 @@ mkinclude ../lib/nss_wrapper/config.mk
mkinclude lib/stream/config.mk
mkinclude ../lib/util/config.mk
mkinclude ../lib/tdr/config.mk
+mkinclude ../lib/tsocket/config.mk
mkinclude ../lib/crypto/config.mk
mkinclude ../lib/torture/config.mk
mkinclude lib/basic.mk