]> err.no Git - yubikey-personalization.old/commitdiff
AES modules added, reflect that
authorRichard Levitte <levitte@lp.se>
Thu, 18 Sep 2008 15:11:07 +0000 (15:11 +0000)
committerRichard Levitte <levitte@lp.se>
Thu, 18 Sep 2008 15:11:07 +0000 (15:11 +0000)
Makefile.am

index 02f08e805cffe480e0fc774aa1e9fe82ae087dea..eb7367628b7b5455b2e9b848af43d0f1f77153f4 100644 (file)
 
 # 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.