From: levitte Date: Sat, 4 Oct 2008 13:02:42 +0000 (+0000) Subject: Have the applications link with ykcore X-Git-Tag: yubikey-personalisation_0.97-1~136 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f9af2a426c5f295d98a3830751c57c773452356;p=yubikey-personalization Have the applications link with ykcore git-svn-id: https://yubikey-personalization.googlecode.com/svn/trunk@25 b62f149e-849f-11dd-9899-c7ba65f7c4c7 --- 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)