From aa3b5f7bf5a1d4c70f231ea4a585925aaf694490 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Sat, 4 Oct 2008 13:02:42 +0000 Subject: [PATCH] Have the applications link with ykcore --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 5d2523e..b4f3388 100644 --- a/Makefile.am +++ b/Makefile.am @@ -50,12 +50,12 @@ libykpers_la_LDFLAGS = -no-undefined \ bin_PROGRAMS = ykpersonalize ykpersonalize_SOURCES = ykpersonalize.c -ykpersonalize_LDADD = ./libykpers.la +ykpersonalize_LDADD = ./libykpers.la ./yubikey-core/libykcore.a # Self tests. AM_LDFLAGS = -no-install -LDADD = ./libykpers.la +LDADD = ./libykpers.la ./yubikey-core/libykcore.a check_PROGRAMS = selftest TESTS = $(check_PROGRAMS) -- 2.39.5