diff options
author | Sam Roberts <vieuxtech@gmail.com> | 2012-02-23 17:12:37 -0800 |
---|---|---|
committer | Sam Roberts <vieuxtech@gmail.com> | 2012-04-11 13:45:59 -0700 |
commit | b1f7c349b5714ebe304f93e43576a0ff3f721fc1 (patch) | |
tree | d3c4f5539507be4fe69452f100e8843ee55567ac /makefile | |
parent | 3b19f2a7edbcde798a9cf5f1f6175d360e891744 (diff) | |
download | luasocket-b1f7c349b5714ebe304f93e43576a0ff3f721fc1.tar.gz luasocket-b1f7c349b5714ebe304f93e43576a0ff3f721fc1.tar.bz2 luasocket-b1f7c349b5714ebe304f93e43576a0ff3f721fc1.zip |
Add support for serial devices as socket streams on unix.
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -48,6 +48,7 @@ install: all | |||
48 | 48 | ||
49 | install-unix: install all-unix | 49 | install-unix: install all-unix |
50 | cd src; $(INSTALL_EXEC) $(UNIX_SO) $(INSTALL_SOCKET_LIB)/$(UNIX_SO) | 50 | cd src; $(INSTALL_EXEC) $(UNIX_SO) $(INSTALL_SOCKET_LIB)/$(UNIX_SO) |
51 | cd src; $(INSTALL_EXEC) $(SERIAL_SO) $(INSTALL_SOCKET_LIB)/$(SERIAL_SO) | ||
51 | 52 | ||
52 | #------ | 53 | #------ |
53 | # End of makefile | 54 | # End of makefile |