X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/3ca84ef40f3f45d4e13e36651bde13090dc4051a..9eb47dfb9f56b63394bdab6e94d8a3ea0ca1685a:/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