diff options
| author | E. Westbrook <github@westbrook.io> | 2019-02-27 21:05:38 -0700 |
|---|---|---|
| committer | E. Westbrook <github@westbrook.io> | 2019-03-10 00:04:20 -0700 |
| commit | c8d0fdda544b32ee0b7bcd38b26933ecc2c8a95b (patch) | |
| tree | f01c301f83af2f7abe0e3508cfd4b511baa515f9 | |
| parent | 8b2dcdcf7d98194e9d501c0a76a048606761983f (diff) | |
| download | luasocket-c8d0fdda544b32ee0b7bcd38b26933ecc2c8a95b.tar.gz luasocket-c8d0fdda544b32ee0b7bcd38b26933ecc2c8a95b.tar.bz2 luasocket-c8d0fdda544b32ee0b7bcd38b26933ecc2c8a95b.zip | |
src/makefile: serial += compat
| -rwxr-xr-x | src/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/makefile b/src/makefile index b9e2f93..5a9ba97 100755 --- a/src/makefile +++ b/src/makefile | |||
| @@ -336,6 +336,7 @@ UNIX_OBJS=\ | |||
| 336 | # | 336 | # |
| 337 | SERIAL_OBJS=\ | 337 | SERIAL_OBJS=\ |
| 338 | buffer.$(O) \ | 338 | buffer.$(O) \ |
| 339 | compat.$(O) \ | ||
| 339 | auxiliar.$(O) \ | 340 | auxiliar.$(O) \ |
| 340 | options.$(O) \ | 341 | options.$(O) \ |
| 341 | timeout.$(O) \ | 342 | timeout.$(O) \ |
