X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/06186a8866478b05d56179dc2c5a3c4b3fd3a8f4..aa3ae79d6899ea3c23ba43f28ffe4fb4bb6001bd:/libs/crypto/Makefile?ds=inline diff --git a/libs/crypto/Makefile b/libs/crypto/Makefile deleted file mode 100644 index 47e91203..00000000 --- a/libs/crypto/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -############################################################################### -# $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