From: Richard Levitte Date: Mon, 9 Mar 2009 22:28:54 +0000 (+0000) Subject: Now that yubico-core uses libtool, a small adaptation is needed. X-Git-Tag: yubikey-personalisation_1.3.5-1~4^2~185 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b67b119f956be5599876393f070c01ac48bce63a;p=yubikey-personalization.old Now that yubico-core uses libtool, a small adaptation is needed. --- 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)