diff options
author | Othmar Gsenger <otti@anytun.org> | 2008-02-28 19:14:45 +0000 |
---|---|---|
committer | Othmar Gsenger <otti@anytun.org> | 2008-02-28 19:14:45 +0000 |
commit | 8ce07d3683f173085903e60f189866ba579214c6 (patch) | |
tree | 5b4bb9f2a078fff0f1ebf89c001ae983505afb91 /Makefile | |
parent | added anymux (diff) |
anymux base
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -59,6 +59,7 @@ OBJS = tunDevice.o \ keyDerivation.o \ mpi.o \ cipherFactory.o \ + muxSocket.o \ authAlgoFactory.o \ keyDerivationFactory.o \ connectionList.o \ @@ -114,6 +115,9 @@ encryptedPacket.o: encryptedPacket.cpp encryptedPacket.h buffer.h cipher.o: cipher.cpp cipher.h buffer.h $(C++) $(CCFLAGS) $< -c +muxSocket.o: muxSocket.cpp muxSocket.h + $(C++) $(CCFLAGS) $< -c + authAlgo.o: authAlgo.cpp authAlgo.h buffer.h $(C++) $(CCFLAGS) $< -c |