summaryrefslogtreecommitdiffstats
path: root/sources.mk
diff options
context:
space:
mode:
Diffstat (limited to 'sources.mk')
-rw-r--r--sources.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/sources.mk b/sources.mk
index e82f3d5..ea5d44d 100644
--- a/sources.mk
+++ b/sources.mk
@@ -451,3 +451,8 @@ win_x86_64_sources := \
win-x86_64/crypto/sha/sha256-x86_64.asm\
win-x86_64/crypto/sha/sha512-x86_64.asm\
+decrepit_sources := \
+ src/decrepit/bio/base64_bio.c\
+ src/decrepit/blowfish/blowfish.c\
+ src/decrepit/cast/cast.c\
+ src/decrepit/cast/cast_tables.c\