summaryrefslogtreecommitdiff
path: root/lcrypt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lcrypt/Makefile')
-rw-r--r--lcrypt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lcrypt/Makefile b/lcrypt/Makefile
index ea1ac3b..0347ee8 100644
--- a/lcrypt/Makefile
+++ b/lcrypt/Makefile
@@ -1,6 +1,6 @@
CFLAGS += -O3 -Wall -DLITTLE_ENDIAN -DLTM_DESC -DLTC_SOURCE -DUSE_LTM -fPIC -I$(TOMCRYPT)/src/headers -I$(LUA)/src -I../src
-lcrypt.o: lcrypt.c lcrypt_ciphers.c lcrypt_hashes.c lcrypt_math.c lcrypt_bits.c
+lcrypt.o: lcrypt.c lcrypt_ciphers.c lcrypt_hashes.c lcrypt_math.c lcrypt_bits.c lcrypt_rsa.c
$(CC) $(CFLAGS) -c lcrypt.c -o $@
clean: