diff options
Diffstat (limited to '')
-rw-r--r-- | luasocket-scm-0.rockspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/luasocket-scm-0.rockspec b/luasocket-scm-0.rockspec index 61bd645..c827e46 100644 --- a/luasocket-scm-0.rockspec +++ b/luasocket-scm-0.rockspec | |||
@@ -75,7 +75,7 @@ local function make_plat(plat) | |||
75 | modules["socket.core"].libraries = {"network"} | 75 | modules["socket.core"].libraries = {"network"} |
76 | end | 76 | end |
77 | modules["socket.unix"] = { | 77 | modules["socket.unix"] = { |
78 | sources = { "src/buffer.c", "src/auxiliar.c", "src/options.c", "src/timeout.c", "src/io.c", "src/usocket.c", "src/unix.c" }, | 78 | sources = { "src/buffer.c", "src/auxiliar.c", "src/options.c", "src/timeout.c", "src/io.c", "src/usocket.c", "src/unix.c", "src/unixdgram.c", "src/unixstream.c" }, |
79 | defines = defines[plat], | 79 | defines = defines[plat], |
80 | incdir = "/src" | 80 | incdir = "/src" |
81 | } | 81 | } |