X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/641204dfbdb9fc870cdd2e7f9e3169a44693e7bf..4e95741287ce4385f16eaf9d621cedd4dccbcfe3:/stglibs/crypto.lib/Makefile diff --git a/stglibs/crypto.lib/Makefile b/stglibs/crypto.lib/Makefile index 6fe383ad..6e83e01e 100644 --- a/stglibs/crypto.lib/Makefile +++ b/stglibs/crypto.lib/Makefile @@ -2,11 +2,10 @@ # $Id: Makefile,v 1.5 2009/10/09 07:15:48 nobunaga Exp $ ############################################################################### -LIB_NAME = stg_crypto -PROG = lib$(LIB_NAME) +LIB_NAME = stgcrypto -SRCS = ag_md5.cpp \ - blowfish.cpp +SRCS = ag_md5.c \ + blowfish.c INCS = ag_md5.h \ blowfish.h