summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 2fb2065..a40a5e8 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -38,6 +38,7 @@ C_OBJS := log.o \
sig_handler.o \
tcp.o \
listener.o \
+ clients.o \
tcpproxy.o
C_SRCS := $(C_OBJS:%.o=%.c)