diff --git a/agent/Makefile b/agent/Makefile index 39d7743..2205fc1 100644 --- a/agent/Makefile +++ b/agent/Makefile @@ -15,7 +15,7 @@ CFLAGS+= -Wmissing-declarations CFLAGS+= -Wshadow -Wpointer-arith CFLAGS+= -Wsign-compare -Wcast-qual -LDADD+= -lexpat -ltls +LDADD+= -lexpat -ltls -lssl -lcrypto DPADD+= ${LIBEXPAT} ${LIBTLS} ${LIBSSL} ${LIBCRYPTO} .include