aboutsummaryrefslogtreecommitdiff
path: root/src/lib/crypto/aes/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/crypto/aes/Makefile.in')
-rw-r--r--src/lib/crypto/aes/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/crypto/aes/Makefile.in b/src/lib/crypto/aes/Makefile.in
index 84b9f68..ce3e4bd 100644
--- a/src/lib/crypto/aes/Makefile.in
+++ b/src/lib/crypto/aes/Makefile.in
@@ -53,7 +53,7 @@ run-aes-gen: aes-gen
check:: run-aes-gen
aes-test: aes-test.$(OBJEXT) $(CRYPTO_DEPLIB)
- $(CC_LINK) -o aes-test aes-test.$(OBJEXT) $(K5CRYPTO_LIB) $(COM_ERR_LIB)
+ $(CC_LINK) -o aes-test aes-test.$(OBJEXT) $(K5CRYPTO_LIB) $(COM_ERR_LIB) $(SUPPORT_LIB)
check:: run-aes-test
run-aes-test: aes-test