From a015651a5d17eee7832199f1266f000292a40ef5 Mon Sep 17 00:00:00 2001 From: Erwin Nindl Date: Tue, 11 Dec 2007 09:43:05 +0000 Subject: added multible precission integer class key derivation --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 336c2d6..16bc512 100644 --- a/Makefile +++ b/Makefile @@ -54,6 +54,7 @@ OBJS = anytun.o \ authAlgo.o \ authTag.o \ keyDerivation.o \ + mpi.o \ connectionList.o \ connectionParam.o \ networkAddress.o \ @@ -101,6 +102,9 @@ authTag.o: authTag.cpp authTag.h buffer.h keyDerivation.o: keyDerivation.cpp keyDerivation.h $(C++) $(CCFLAGS) $< -c +mpi.o: mpi.cpp mpi.h + $(C++) $(CCFLAGS) $< -c + syncSocket.o: syncSocket.cpp syncSocket.h $(C++) $(CCFLAGS) $< -c -- cgit v1.2.3