]> git.stg.codes - stg.git/blob - libs/crypto/Makefile
Port to CMake, get rid of os_int.h.
[stg.git] / libs / crypto / Makefile
1 ###############################################################################
2 # $Id: Makefile,v 1.5 2009/10/09 07:15:48 nobunaga Exp $
3 ###############################################################################
4
5 LIB_NAME = stgcrypto
6
7 SRCS = ag_md5.c \
8         blowfish.c \
9         bfstream.cpp
10
11 INCS = ag_md5.h \
12         blowfish.h \
13         bfstream.h
14
15 include ../Makefile.in