summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorErwin Nindl <nine@wirdorange.org>2007-12-11 09:43:05 +0000
committerErwin Nindl <nine@wirdorange.org>2007-12-11 09:43:05 +0000
commita015651a5d17eee7832199f1266f000292a40ef5 (patch)
treeb895edd61c8a2e9457938fa8d1c1867e3a889274 /Makefile
parentadded syncbuffer (diff)
added multible precission integer class
key derivation
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
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