sys_uio: new module
[pspp] / modules / passfd
index bdcd9c5c6808ce6ca4849dcfba56e00f8a26e5bc..74ef4102c4d7bed9bb30cfa97e8a300bf90be86c 100644 (file)
@@ -1,5 +1,5 @@
 Description:
-Passfile descriptors along Unix (socket/stream) file descriptors
+Pass file descriptors along Unix domain sockets
 
 Files:
 lib/passfd.h
@@ -10,6 +10,7 @@ m4/sockpfaf.m4
 Depends-on:
 cloexec
 sys_socket
+socketlib
 extensions
 
 configure.ac:
@@ -21,6 +22,9 @@ lib_SOURCES += passfd.c
 Include:
 "passfd.h"
 
+Link:
+$(LIBSOCKET)
+
 License:
 LGPLv2+