diff options
author | Christian Pointner <equinox@spreadspace.org> | 2010-11-27 05:59:27 +0000 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2010-11-27 05:59:27 +0000 |
commit | 448ca09ac2551663dbff63afeaa525e38ed1f99d (patch) | |
tree | 1b8a11809b7d44add0e9b67d63148c1f7b6b70e9 /src/Makefile | |
parent | added REUSEADDR to listen sockets (diff) |
added initial (not working) version of client list
git-svn-id: https://svn.spreadspace.org/tcpproxy/trunk@10 e61f0598-a718-4e21-a8f0-0aadfa62ad6b
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 1 |
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) |