summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2010-11-26 21:59:27 +0000
committerChristian Pointner <equinox@spreadspace.org>2010-11-26 21:59:27 +0000
commitb9fef29a9d97ad15514b7356cf4de82775f6bf30 (patch)
treecef23360c5443f8a1db3491843005a29c7d542e9 /src/Makefile
parentadded generic single linked list (diff)
added tcp listener list
git-svn-id: https://svn.spreadspace.org/tcpproxy/trunk@7 e61f0598-a718-4e21-a8f0-0aadfa62ad6b
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 6e70e6b..2fb2065 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -36,6 +36,8 @@ C_OBJS := log.o \
slist.o \
string_list.o \
sig_handler.o \
+ tcp.o \
+ listener.o \
tcpproxy.o
C_SRCS := $(C_OBJS:%.o=%.c)