diff options
author | Erwin Nindl <nine@wirdorange.org> | 2007-12-11 09:43:05 +0000 |
---|---|---|
committer | Erwin Nindl <nine@wirdorange.org> | 2007-12-11 09:43:05 +0000 |
commit | a015651a5d17eee7832199f1266f000292a40ef5 (patch) | |
tree | b895edd61c8a2e9457938fa8d1c1867e3a889274 /Makefile | |
parent | added syncbuffer (diff) |
added multible precission integer class
key derivation
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |