X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/ab494c1e3eafc27c84c8cf0eb5e5ad8ef37389bc..8c6fa3fbaccc22127280bf77a48fab5a3ee0716e:/stglibs/crypto.lib/Makefile diff --git a/stglibs/crypto.lib/Makefile b/stglibs/crypto.lib/Makefile index 6e83e01e..47e91203 100644 --- a/stglibs/crypto.lib/Makefile +++ b/stglibs/crypto.lib/Makefile @@ -5,9 +5,11 @@ LIB_NAME = stgcrypto SRCS = ag_md5.c \ - blowfish.c + blowfish.c \ + bfstream.cpp INCS = ag_md5.h \ - blowfish.h + blowfish.h \ + bfstream.h include ../Makefile.in