add missing sodium to Makefile

This commit is contained in:
Jethro Grassie 2019-04-01 17:22:51 -04:00
parent 3ca1c73e3d
commit c3b16dec1a
No known key found for this signature in database
GPG Key ID: DE8ED755616565BB
1 changed files with 2 additions and 0 deletions

View File

@ -61,6 +61,7 @@ PKG_LIBS := $(shell pkg-config \
libevent \
json-c \
openssl \
libsodium \
--libs)
STATIC_LIBS =
@ -72,6 +73,7 @@ PKG_INC := $(shell pkg-config \
libevent \
json-c \
openssl \
libsodium \
--cflags)
LIBPATH := /opt/local/lib/ /usr/local/lib