diff options
Diffstat (limited to '')
-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 \ |