diff --git a/Makefile.in b/Makefile.in index 20e0d8c59e363fe348c3bab0c7268debfa2ab635..1020fd7b9420ad545715d390e3489a17f1a59b48 100644 --- a/Makefile.in +++ b/Makefile.in @@ -60,7 +60,7 @@ nettle_SOURCES = aes-decrypt-internal.c aes-decrypt.c \ camellia-table.c camellia-meta.c \ cast128.c cast128-meta.c \ blowfish.c \ - cbc.c ctr.c gcm.c \ + cbc.c ctr.c gcm.c gcm-aes.c \ des.c \ des3.c des-compat.c \ hmac.c hmac-md5.c hmac-sha1.c \