From: Richard Levitte Date: Wed, 11 Mar 2009 10:37:31 +0000 (+0000) Subject: Forgot to change ./yubikey-core/libykcore.a to ./yubikey-core/libykcore.la X-Git-Tag: yubikey-personalisation_1.3.5-1~4^2~181 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5ca374d4812bf93e902e08d7955a083151754f0;p=yubikey-personalization.old Forgot to change ./yubikey-core/libykcore.a to ./yubikey-core/libykcore.la in one place --- diff --git a/Makefile.am b/Makefile.am index e09ff4e..678091d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -41,7 +41,7 @@ lib_LTLIBRARIES = libykpers.la libykpers_la_SOURCES = ykpers.h ykpers.c ykpbkdf2.h ykpbkdf2.c \ rfc4634/hmac.c rfc4634/usha.c rfc4634/sha.h \ rfc4634/sha1.c rfc4634/sha224-256.c rfc4634/sha384-512.c -libykpers_la_LIBADD = ./yubikey-core/libykcore.a -lusb +libykpers_la_LIBADD = ./yubikey-core/libykcore.la -lusb libykpers_la_LDFLAGS = -no-undefined \ -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)