summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2008-02-28 19:14:45 +0000
committerOthmar Gsenger <otti@anytun.org>2008-02-28 19:14:45 +0000
commit8ce07d3683f173085903e60f189866ba579214c6 (patch)
tree5b4bb9f2a078fff0f1ebf89c001ae983505afb91 /Makefile
parentadded anymux (diff)
anymux base
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