X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/90e389f6ec12e60a62c362296ffcf314feb5b03d..b8e62274efa1ed7f13bc6f8ab27e97d9eb6a73f0:/stglibs/crypto.lib/Makefile?ds=sidebyside

diff --git a/stglibs/crypto.lib/Makefile b/stglibs/crypto.lib/Makefile
index 36ef7ee6..47e91203 100644
--- a/stglibs/crypto.lib/Makefile
+++ b/stglibs/crypto.lib/Makefile
@@ -3,12 +3,13 @@
 ###############################################################################
 
 LIB_NAME = stgcrypto
-PROG = lib$(LIB_NAME)
 
-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