aboutsummaryrefslogtreecommitdiff
path: root/unix/Makefile
diff options
context:
space:
mode:
authorPaul Sokolovsky2014-01-18 23:47:44 +0200
committerPaul Sokolovsky2014-01-19 00:16:39 +0200
commitfc926082373970824fc1be2ccef7d4edcfc8af9d (patch)
treebd4aec636db0dcce2be3acb787f8e272a20065be /unix/Makefile
parentaefe79880f8c5f66132673ccc9be27d2ca29005b (diff)
Add lean ("raw") socket module.
Diffstat (limited to 'unix/Makefile')
-rw-r--r--unix/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/unix/Makefile b/unix/Makefile
index 9055909fb..1bef083eb 100644
--- a/unix/Makefile
+++ b/unix/Makefile
@@ -25,6 +25,7 @@ endif
SRC_C = \
main.c \
file.c \
+ socket.c \
OBJ = $(addprefix $(BUILD)/, $(SRC_C:.c=.o)) $(PY_O)
LIB = -lreadline