From: Richard Levitte Date: Thu, 18 Sep 2008 15:11:07 +0000 (+0000) Subject: AES modules added, reflect that X-Git-Tag: yubikey-personalisation_1.3.5-1~4^2~217 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d5ae360b0af9c5a74cee7ca4aeb1eaa4ef1178b;p=yubikey-personalization.old AES modules added, reflect that --- diff --git a/Makefile.am b/Makefile.am index 02f08e8..eb73676 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,12 +31,15 @@ # The library. +COMMON_SOURCES = common/ykutil.c common/yubikey.c common/aes128.c + lib_LTLIBRARIES = libykpers.la -libykpers_la_SOURCES = ykpers.h ykpers.c common/ykutil.c common/yubikey.c +libykpers_la_SOURCES = ykpers.h ykpers.c $(COMMON_SOURCES) +libykpers_la_CFLAGS = -Icommon libykpers_la_LDFLAGS = -no-undefined \ -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -noinst_HEADERS = common/ykdef.h common/ykutil.h common/yubikey.h +noinst_HEADERS = common/ykdef.h common/ykutil.h common/yubikey.h common/aes128.h # The command line tools.