diff --git a/Makefile.am b/Makefile.am index 52ddf0f52171db47e52740151dbfcdb4587cb5ec..32d0b33d9204b885c85ea9531b98121c91276391 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,7 +19,8 @@ libnettle_a_SOURCES = aes.c aes.h arcfour.c arcfour.h \ md5.c md5.h md5-compat.c md5-compat.h \ sha.h sha1.c sha256.c \ serpent.c serpent.h serpent_sboxes.h \ - twofish.c twofish.h yarrow256.c yarrow.h + twofish.c twofish.h \ + yarrow.h yarrow256.c yarrow_key_event.c libnettle_a_LIBADD = @LIBOBJS@