From b67b119f956be5599876393f070c01ac48bce63a Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Mon, 9 Mar 2009 22:28:54 +0000 Subject: [PATCH] Now that yubico-core uses libtool, a small adaptation is needed. --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index b4f3388..58f6778 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 ./yubikey-core/libykcore.a +ykpersonalize_LDADD = ./libykpers.la ./yubikey-core/libykcore.la # Self tests. AM_LDFLAGS = -no-install -LDADD = ./libykpers.la ./yubikey-core/libykcore.a +LDADD = ./libykpers.la ./yubikey-core/libykcore.la check_PROGRAMS = selftest TESTS = $(check_PROGRAMS) -- 2.39.5