From 048da5220995a50050b832e229fe633cbefebf59 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sun, 20 Jan 2013 19:18:39 -0800 Subject: [PATCH] Correct libsodium path in the test Makefile --- test/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile.am b/test/Makefile.am index ba6b829f..724f20ec 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -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)