mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
Correct libsodium path in the test Makefile
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user