summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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