X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/5178870c9c7f80d0c6f1b715d0131320d8f5bc90..90e389f6ec12e60a62c362296ffcf314feb5b03d:/stglibs/ia.lib/Makefile diff --git a/stglibs/ia.lib/Makefile b/stglibs/ia.lib/Makefile new file mode 100644 index 00000000..f6638bce --- /dev/null +++ b/stglibs/ia.lib/Makefile @@ -0,0 +1,16 @@ +############################################################################### +# $Id: Makefile,v 1.11 2010/08/18 07:47:03 faust Exp $ +############################################################################### + +LIB_NAME = stgia +PROG = lib$(LIB_NAME) + +SRCS = ia.cpp + +INCS = ia.h + +STGLIBS = -lstgcommon \ + -lstgcrypto +LIBS = $(LIB_THREAD) + +include ../Makefile.in