diff options
author | Othmar Gsenger <otti@anytun.org> | 2007-11-06 23:28:11 +0000 |
---|---|---|
committer | Othmar Gsenger <otti@anytun.org> | 2007-11-06 23:28:11 +0000 |
commit | 49147bacbfb07337c54ddd3df94499c166a0376c (patch) | |
tree | caca5664c5169353d78846e74395b7c601f67b01 /Makefile | |
parent | added router (diff) |
router + connection manage eingebaut
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -38,6 +38,7 @@ OBJS = anytun.o \ authAlgo.o \ keyDerivation.o \ connectionList.o \ + connectionParams.o \ networkAddress.o \ PracticalSocket.o \ router.o \ |