]> git.stg.codes - stg.git/blob - stglibs/common.lib/Makefile
Merge branch 'stg-2.409-radius'
[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        blockio.cpp
12
13 INCS = common.h \
14        blockio.h
15
16 LIBS += $(LIBICONV)
17
18 include ../Makefile.in