X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/90e389f6ec12e60a62c362296ffcf314feb5b03d..8c6fa3fbaccc22127280bf77a48fab5a3ee0716e:/stglibs/crypto.lib/Makefile 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