X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/6124f07f31aa48cbeef0d8939b76eac73a8a227e..175f44511b8b3cf327e4ed9268420e423229691a:/stglibs/crypto.lib/Makefile?ds=sidebyside

diff --git a/stglibs/crypto.lib/Makefile b/stglibs/crypto.lib/Makefile
index 7d19fcec..47e91203 100644
--- a/stglibs/crypto.lib/Makefile
+++ b/stglibs/crypto.lib/Makefile
@@ -4,10 +4,12 @@
 
 LIB_NAME = stgcrypto
 
-SRCS = ag_md5.cpp \
-	blowfish.cpp
+SRCS = ag_md5.c \
+	blowfish.c \
+	bfstream.cpp
 
 INCS = ag_md5.h \
-	blowfish.h
+	blowfish.h \
+	bfstream.h
 
 include ../Makefile.in