X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=mkfiles%2Fcast5.mk;h=318a0e57ba76d88911f1bb26ff6aae3d0e896f5b;hb=f02dfa3ab0f34d6b9ef4afc5aa336255fd21882c;hp=08ead6e980e55bb3fa6dee28f33ce7ce5c2da281;hpb=52ec168ece9d61bd9cb652235dfe8faee6232a11;p=avr-crypto-lib.git diff --git a/mkfiles/cast5.mk b/mkfiles/cast5.mk index 08ead6e..318a0e5 100644 --- a/mkfiles/cast5.mk +++ b/mkfiles/cast5.mk @@ -4,6 +4,7 @@ ALGO_NAME := CAST5 # comment out the following line for removement of CAST5 from the build process BLOCK_CIPHERS += $(ALGO_NAME) +$(ALGO_NAME)_DIR := cast5/ $(ALGO_NAME)_OBJ := cast5.o $(ALGO_NAME)_TEST_BIN := main-cast5-test.o $(CLI_STD) \ nessie_bc_test.o nessie_common.o performance_test.o