diff options
author | Othmar Gsenger <otti@anytun.org> | 2007-11-03 15:04:28 +0000 |
---|---|---|
committer | Othmar Gsenger <otti@anytun.org> | 2007-11-03 15:04:28 +0000 |
commit | 2feb2f0299b59f8b246598b4ae21f4bc7c53783b (patch) | |
tree | 8c9595bf69a9b0b63538edd7e5c1e0dd974d1cf7 /Makefile | |
parent | vortrag 2 (diff) |
added connectionList
fixed README (libgcrypt-dev)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -37,6 +37,7 @@ OBJS = anytun.o \ cypher.o \ authAlgo.o \ keyDerivation.o \ + connectionList.o \ PracticalSocket.o \ signalController.o \ log.o \ |