]> git.stg.codes - stg.git/blob - stglibs/common.lib/Makefile
Ticket 37. The 'change_policy_timeout' field added in the if (version > 7)
[stg.git] / stglibs / common.lib / Makefile
1 ###############################################################################
2 # $Id: Makefile,v 1.9 2010/01/21 13:02:12 faust Exp $
3 ###############################################################################
4
5 include ../../Makefile.conf
6
7 LIB_NAME = stgcommon
8
9 SRCS = common.cpp \
10         strptime.cpp
11
12 INCS = common.h
13
14 LIBS += $(LIBICONV)
15
16 include ../Makefile.in