]> git.stg.codes - stg.git/blob - stglibs/ia_auth_c.lib/Makefile
Remove const qualifier from function definitions
[stg.git] / stglibs / ia_auth_c.lib / Makefile
1 ###############################################################################
2 # $Id: Makefile,v 1.11 2010/08/18 07:47:03 faust Exp $
3 ###############################################################################
4
5 LIB_NAME = ia_auth_c
6 PROG = lib$(LIB_NAME)
7
8 SRCS = ia_auth_c.cpp
9
10 INCS = ia_auth_c.h
11
12 STGLIBS = -lstg_common \
13           -lstg_crypto
14 LIBS = $(LIB_THREAD)
15
16 include ../Makefile.in