From 8ce07d3683f173085903e60f189866ba579214c6 Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Thu, 28 Feb 2008 19:14:45 +0000 Subject: anymux base --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index bf5bd73..fc0e8bf 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3