[yocto] [libfakekey][PATCH 1/2] tests/Makefile.am: Add missing LIBS

Jussi Kukkonen jussi.kukkonen at intel.com
Wed May 17 00:54:54 PDT 2017


Signed-off-by: Jussi Kukkonen <jussi.kukkonen at intel.com>
---
 tests/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/Makefile.am b/tests/Makefile.am
index 67ed38b..aac1dbd 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -2,4 +2,4 @@ INCLUDES=-I${top_srcdir}/src -I${top_srcdir} $(FAKEKEY_CFLAGS)
 
 noinst_PROGRAMS=fakekey-test
 
-fakekey_test_LDADD=../src/libfakekey.la
\ No newline at end of file
+fakekey_test_LDADD=../src/libfakekey.la $(FAKEKEY_LIBS)
-- 
2.11.0




More information about the yocto mailing list