X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=src%2FMakefile;fp=src%2FMakefile;h=da2cf0d9b1fc87cc8664d2c2148afa4670b78bb7;hb=4e2127d6576cea3f54c619d0bb20a22006567206;hp=a9f6729e9a7c5b183757861e2649f554cfcc0ef2;hpb=3237855ae8604fb19d058eef2797c850b37f5596;p=matches%2Fswarm.git diff --git a/src/Makefile b/src/Makefile index a9f6729..da2cf0d 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,10 +1,10 @@ # Makefile for swarm CXX = gcc -LIBRARIES = -lm -lpthread #-lGL -lglut -lGLU -lpthread +LIBRARIES = /usr/local/lib/libssh2.a -lm -lpthread -lssl -lcrypto -lz #-lGL -lglut -lGLU -lpthread FLAGS = --std=c99 -D_POSIX_C_SOURCE=200112L -Wall -pedantic -g PREPROCESSOR_FLAGS = -LINK_OBJ = options.o log.o task.o network.o master.o daemon.o slave.o main.o +LINK_OBJ = options.o log.o task.o network.o ssh.o master.o daemon.o slave.o main.o BIN = swarm