Correct libsodium path in the test Makefile

This commit is contained in:
Frank Denis
2013-01-20 19:18:39 -08:00
parent 1d30d34727
commit 048da52209
+1 -1
View File
@@ -77,7 +77,7 @@ check_PROGRAMS = $(TESTS_TARGETS)
TESTS = $(TESTS_TARGETS)
TESTS_LDADD = $(top_srcdir)/src/libsodium/libsodium.la
TESTS_LDADD = ${top_builddir}/src/libsodium/libsodium.la
auth_SOURCE = cmptest.h auth.c
auth_LDADD = $(TESTS_LDADD)