From: Richard Levitte Date: Sat, 4 Oct 2008 13:02:42 +0000 (+0000) Subject: Have the applications link with ykcore X-Git-Tag: yubikey-personalisation_1.3.5-1~4^2~201 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa3b5f7bf5a1d4c70f231ea4a585925aaf694490;p=yubikey-personalization.old Have the applications link with ykcore --- 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)