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 bf5bd73..fc0e8bf 100644
--- a/Makefile
+++ b/Makefile
@@ -59,6 +59,7 @@ OBJS = tunDevice.o \
keyDerivation.o \
mpi.o \
cipherFactory.o \
+ muxSocket.o \
authAlgoFactory.o \
keyDerivationFactory.o \
connectionList.o \
@@ -114,6 +115,9 @@ encryptedPacket.o: encryptedPacket.cpp encryptedPacket.h buffer.h
cipher.o: cipher.cpp cipher.h buffer.h
$(C++) $(CCFLAGS) $< -c
+muxSocket.o: muxSocket.cpp muxSocket.h
+ $(C++) $(CCFLAGS) $< -c
+
authAlgo.o: authAlgo.cpp authAlgo.h buffer.h
$(C++) $(CCFLAGS) $< -c