X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/8c6fa3fbaccc22127280bf77a48fab5a3ee0716e..46b0747592074017ff0ea4b33d4a7194235886e5:/libs/crypto/Makefile diff --git a/libs/crypto/Makefile b/libs/crypto/Makefile new file mode 100644 index 00000000..47e91203 --- /dev/null +++ b/libs/crypto/Makefile @@ -0,0 +1,15 @@ +############################################################################### +# $Id: Makefile,v 1.5 2009/10/09 07:15:48 nobunaga Exp $ +############################################################################### + +LIB_NAME = stgcrypto + +SRCS = ag_md5.c \ + blowfish.c \ + bfstream.cpp + +INCS = ag_md5.h \ + blowfish.h \ + bfstream.h + +include ../Makefile.in