diff options
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index 5902ec6..8dee124 100644 --- a/src/Makefile +++ b/src/Makefile @@ -109,6 +109,8 @@ ANYCONFOBJS = log.o \ syncQueue.o \ syncBuffer.o \ syncCommand.o \ + syncServer.o \ + syncTcpConnection.o \ syncRouteCommand.o \ syncConnectionCommand.o |