Skip to content

Commit e912c35

Browse files
committed
REBASE also, don't include crypto_aes.h
This matches the way we handle other libcperciva_* libraries.
1 parent 2e065bf commit e912c35

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Makefile.am

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,7 @@ nodist_libcperciva_arm_sha256_la_SOURCES= cpusupport-config.h
160160
libcperciva_arm_sha256_la_CFLAGS=`. ./cpusupport-config.h; echo $${CFLAGS_ARM_SHA256}`
161161

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

168166
# Library from libcperciva and scrypt code.

0 commit comments

Comments
 (0)