From 5d5ae360b0af9c5a74cee7ca4aeb1eaa4ef1178b Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 18 Sep 2008 15:11:07 +0000 Subject: [PATCH] AES modules added, reflect that --- Makefile.am | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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. -- 2.39.5