diff options
author | Christian Pointner <equinox@spreadspace.org> | 2010-11-26 16:11:46 +0000 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2010-11-26 16:11:46 +0000 |
commit | 668f72e224aac1e0dbecf4fa3baba567016f0f22 (patch) | |
tree | 5c732ea5c73cb74ef5568b529df24c0555b6ef4c /src/Makefile | |
parent | moved version.h to config.h with additional info (diff) |
added generic single linked list
git-svn-id: https://svn.spreadspace.org/tcpproxy/trunk@6 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 ee2c7f1..6e70e6b 100644 --- a/src/Makefile +++ b/src/Makefile @@ -33,6 +33,7 @@ EXECUTABLE := tcpproxy C_OBJS := log.o \ options.o \ + slist.o \ string_list.o \ sig_handler.o \ tcpproxy.o |