From: 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_0.97-1~120 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5510ecac6331a3784be0670888727b705d8106a8;p=yubikey-personalization Now that yubico-core uses libtool, a small adaptation is needed. git-svn-id: https://yubikey-personalization.googlecode.com/svn/trunk@42 b62f149e-849f-11dd-9899-c7ba65f7c4c7 --- 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)