summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d5f6f52..9e5c414 100644
--- a/Makefile
+++ b/Makefile
@@ -58,6 +58,8 @@ OBJS = anytun.o \
authTag.o \
keyDerivation.o \
mpi.o \
+ cypherFactory.o \
+ authAlgoFactory.o \
connectionList.o \
connectionParam.o \
networkAddress.o \
@@ -117,6 +119,12 @@ keyDerivation.o: keyDerivation.cpp keyDerivation.h
mpi.o: mpi.cpp mpi.h
$(C++) $(CCFLAGS) $< -c
+cypherFactory.o: cypherFactory.cpp cypherFactory.h cypher.h
+ $(C++) $(CCFLAGS) $< -c
+
+authAlgoFactory.o: authAlgoFactory.cpp authAlgoFactory.h authAlgo.h
+ $(C++) $(CCFLAGS) $< -c
+
syncSocket.o: syncSocket.cpp syncSocket.h
$(C++) $(CCFLAGS) $< -c