Use libsodium in PKG_CHECK_MODULES

This commit is contained in:
angt
2015-11-05 11:12:19 +01:00
parent 1c31500018
commit 03de613f0a
2 changed files with 2 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
bin_PROGRAMS = glorytun
glorytun_SOURCES = glorytun.c common.h common-static.h
glorytun_LDADD = $(sodium_LIBS)
glorytun_LDADD = $(libsodium_LIBS)