diff options
author | Diego Nehab <diego@impa.br> | 2013-06-14 19:21:27 +0800 |
---|---|---|
committer | Diego Nehab <diego@impa.br> | 2013-06-14 19:21:27 +0800 |
commit | 19bd8baf9b7bef3df241b2be3e1a4d3ec23afc9d (patch) | |
tree | 3878d32f397fa017cb5f5a293c104a01cf455e19 | |
parent | de58cb417a519f5023a8e3f3a67bb82637bc954f (diff) | |
download | luasocket-19bd8baf9b7bef3df241b2be3e1a4d3ec23afc9d.tar.gz luasocket-19bd8baf9b7bef3df241b2be3e1a4d3ec23afc9d.tar.bz2 luasocket-19bd8baf9b7bef3df241b2be3e1a4d3ec23afc9d.zip |
Add files to distribution.
-rw-r--r-- | makefile.dist | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/makefile.dist b/makefile.dist index ee3cc1b..45a8866 100644 --- a/makefile.dist +++ b/makefile.dist | |||
@@ -65,6 +65,7 @@ SRC = \ | |||
65 | src/udp.c \ | 65 | src/udp.c \ |
66 | src/udp.h \ | 66 | src/udp.h \ |
67 | src/unix.c \ | 67 | src/unix.c \ |
68 | src/serial.c \ | ||
68 | src/unix.h \ | 69 | src/unix.h \ |
69 | src/usocket.c \ | 70 | src/usocket.c \ |
70 | src/usocket.h \ | 71 | src/usocket.h \ |
@@ -86,10 +87,10 @@ MAKE = \ | |||
86 | luasocket-scm-0.rockspec \ | 87 | luasocket-scm-0.rockspec \ |
87 | Lua51.props \ | 88 | Lua51.props \ |
88 | Lua52.props \ | 89 | Lua52.props \ |
89 | socket.vcproj.filters \ | 90 | socket.vcxproj.filters \ |
90 | mime.vcproj.filters \ | 91 | mime.vcxproj.filters \ |
91 | socket.vcproj \ | 92 | socket.vcxproj \ |
92 | mime.vcproj | 93 | mime.vcxproj |
93 | 94 | ||
94 | DOC = \ | 95 | DOC = \ |
95 | doc/dns.html \ | 96 | doc/dns.html \ |