aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorSam Roberts <vieuxtech@gmail.com>2012-02-23 17:12:37 -0800
committerSam Roberts <vieuxtech@gmail.com>2012-04-11 13:45:59 -0700
commitb1f7c349b5714ebe304f93e43576a0ff3f721fc1 (patch)
treed3c4f5539507be4fe69452f100e8843ee55567ac /makefile
parent3b19f2a7edbcde798a9cf5f1f6175d360e891744 (diff)
downloadluasocket-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--makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/makefile b/makefile
index 97a72e9..b1c9f18 100644
--- a/makefile
+++ b/makefile
@@ -48,6 +48,7 @@ install: all
48 48
49install-unix: install all-unix 49install-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