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 4552c17..7cd8d5b 100644
--- a/Makefile
+++ b/Makefile
@@ -59,6 +59,7 @@ OBJS = anytun.o \
mpi.o \
cipherFactory.o \
authAlgoFactory.o \
+ keyDerivationFactory.o \
connectionList.o \
connectionParam.o \
networkAddress.o \
@@ -123,6 +124,9 @@ cipherFactory.o: cipherFactory.cpp cipherFactory.h cipher.h
authAlgoFactory.o: authAlgoFactory.cpp authAlgoFactory.h authAlgo.h
$(C++) $(CCFLAGS) $< -c
+keyDerivationFactory.o: keyDerivationFactory.cpp keyDerivationFactory.h keyDerivation.h
+ $(C++) $(CCFLAGS) $< -c
+
routingTable.o: routingTable.cpp routingTable.h
$(C++) $(CCFLAGS) $< -c