summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2007-12-13 12:56:50 +0000
committerOthmar Gsenger <otti@anytun.org>2007-12-13 12:56:50 +0000
commitcf7d42e10e3a2025df7857e180c07fcea404a05d (patch)
tree809e1c43e22d2fffc2210a3ae091a25a1342c5df /Makefile
parentcodechanges in sha1authalgo (diff)
splitten SyncSocket to SyncSocket and SyncClientSocket
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index db3f4c7..f0bcf10 100644
--- a/Makefile
+++ b/Makefile
@@ -62,6 +62,7 @@ OBJS = anytun.o \
router.o \
signalController.o \
syncSocket.o \
+ syncClientSocket.o \
log.o \
options.o \
seqWindow.o \
@@ -108,6 +109,9 @@ mpi.o: mpi.cpp mpi.h
syncSocket.o: syncSocket.cpp syncSocket.h
$(C++) $(CCFLAGS) $< -c
+syncClientSocket.o: syncClientSocket.cpp syncClientSocket.h
+ $(C++) $(CCFLAGS) $< -c
+
signalController.o: signalController.cpp signalController.h
$(C++) $(CCFLAGS) $< -c