Skip to content

Commit

Permalink
Makefile.am: fix name of libcperciva_crypto_aes.a
Browse files Browse the repository at this point in the history
  • Loading branch information
gperciva committed Jan 30, 2025
1 parent 8365ca9 commit 4620c8f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ scrypt_LDADD= \
libcperciva_shani.la \
libscrypt_sse2.la \
libscrypt_memlimit.la \
libscrypt_crypto_aes.la \
libcperciva_crypto_aes.la \
libcperciva_arm_sha256.la \
libcperciva_arm_aes.la \
${LDADD_POSIX}
Expand Down Expand Up @@ -159,6 +159,12 @@ libcperciva_arm_sha256_la_SOURCES= libcperciva/alg/sha256_arm.c
nodist_libcperciva_arm_sha256_la_SOURCES= cpusupport-config.h
libcperciva_arm_sha256_la_CFLAGS=`. ./cpusupport-config.h; echo $${CFLAGS_ARM_SHA256}`

noinst_LTLIBRARIES+= libcperciva_crypto_aes.la
libcperciva_crypto_aes_la_SOURCES= \
libcperciva/crypto/crypto_aes.c \
libcperciva/crypto/crypto_aes.h
libcperciva_crypto_aes_la_CFLAGS=`. ./apisupport-config.h; echo $${CFLAGS_LIBCRYPTO_LOW_LEVEL_AES}`

# Library from libcperciva and scrypt code.
noinst_LTLIBRARIES+= libscrypt_sse2.la
libscrypt_sse2_la_SOURCES= \
Expand All @@ -175,12 +181,6 @@ libscrypt_memlimit_la_SOURCES= \
lib-platform/util/memlimit.h
libscrypt_memlimit_la_CFLAGS=`. ./apisupport-config.h; echo $${CFLAGS_NONPOSIX_MEMLIMIT}`

noinst_LTLIBRARIES+= libscrypt_crypto_aes.la
libscrypt_crypto_aes_la_SOURCES= \
libcperciva/crypto/crypto_aes.c \
libcperciva/crypto/crypto_aes.h
libscrypt_crypto_aes_la_CFLAGS=`. ./apisupport-config.h; echo $${CFLAGS_LIBCRYPTO_LOW_LEVEL_AES}`

# Install libscrypt-kdf?
if LIBSCRYPT_KDF
lib_LTLIBRARIES= libscrypt-kdf.la
Expand Down

0 comments on commit 4620c8f

Please sign in to comment.