From 4f9af2a426c5f295d98a3830751c57c773452356 Mon Sep 17 00:00:00 2001 From: levitte Date: Sat, 4 Oct 2008 13:02:42 +0000 Subject: [PATCH] Have the applications link with ykcore git-svn-id: https://yubikey-personalization.googlecode.com/svn/trunk@25 b62f149e-849f-11dd-9899-c7ba65f7c4c7 --- 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